Shades of Dark Orchid #AF33C0
Tints of Dark Orchid #AF33C0
RGB
CMYK
RGB Variations
Color information
#AF33C0 (or 0xAF33C0) is known color: Dark Orchid. HEX triplet: AF, 33 and C0. RGB value is (175,51,192). Sum of RGB (Red+Green+Blue) = 175+51+192=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF33C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33C0 is #50CC3F. Grayscale: #676767. Windows color (decimal): -5295168 or 12596143. OLE color: 12596143.
HSL color Cylindrical-coordinate representation of color #AF33C0: hue angle of 292.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF33C0 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 51 | 192 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.25 |
| HSL | 292.77º | 0.58% | 0.48% | - |
| HSV(B) | 292.77º | 0.73% | 0.75% | - |
| XYZ | 28.38 | 15.29 | 51.32 | - |
| YUV | 104.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 192 | 0.09 | 0.73 | 0 | 0.25 | 292.77 | 0.58 | 0.48 |
| Hex | AF | 33 | C0 | 9 | 49 | 0 | 19 | 125 | 3A | 30 |
| Octal | 257 | 63 | 300 | 11 | 111 | 0 | 31 | 445 | 72 | 60 |
| Binary | 10101111 | 110011 | 11000000 | 1001 | 1001001 | 0 | 11001 | 100100101 | 111010 | 110000 |
Color Harmonies of #AF33C0
Complementary color
Monochromatic Colors of #AF33C0
Black with #AF33C0
Text Example
Text Example
White with #AF33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33C0; }
p { color: rgb(175,51,192); }
H1.HeaderClassName
{
color: #AF33C0;
}
.AnyTagClassName
{
color: #AF33C0;
}
</style>
background-color css
<style>
a { background-color: #AF33C0; }
a { background-color: rgb(175,51,192); }
div.DivClassName
{
background-color: #AF33C0;
}
.BgClassName
{
background-color: #AF33C0;
}
</style>
border-color css
<style>
span { border-color: #AF33C0; }
span { border-color: rgb(175,51,192); }
td.TdClassName
{
border-color: #AF33C0;
}
.TagClassName
{
border-color: #AF33C0;
}
</style>