Shades of Dark Orchid #AF33CC
Tints of Dark Orchid #AF33CC
RGB
CMYK
RGB Variations
Color information
#AF33CC (or 0xAF33CC) is known color: Dark Orchid. HEX triplet: AF, 33 and CC. RGB value is (175,51,204). Sum of RGB (Red+Green+Blue) = 175+51+204=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF33CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33CC is #50CC33. Grayscale: #696969. Windows color (decimal): -5295156 or 13382575. OLE color: 13382575.
HSL color Cylindrical-coordinate representation of color #AF33CC: hue angle of 288.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF33CC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 51 | 204 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.2 |
| HSL | 288.63º | 0.6% | 0.5% | - |
| HSV(B) | 288.63º | 0.75% | 0.8% | - |
| XYZ | 29.76 | 15.84 | 58.62 | - |
| YUV | 105.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 204 | 0.14 | 0.75 | 0 | 0.2 | 288.63 | 0.6 | 0.5 |
| Hex | AF | 33 | CC | E | 4B | 0 | 14 | 121 | 3C | 32 |
| Octal | 257 | 63 | 314 | 16 | 113 | 0 | 24 | 441 | 74 | 62 |
| Binary | 10101111 | 110011 | 11001100 | 1110 | 1001011 | 0 | 10100 | 100100001 | 111100 | 110010 |
Color Harmonies of #AF33CC
Complementary color
Monochromatic Colors of #AF33CC
Black with #AF33CC
Text Example
Text Example
White with #AF33CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33CC; }
p { color: rgb(175,51,204); }
H1.HeaderClassName
{
color: #AF33CC;
}
.AnyTagClassName
{
color: #AF33CC;
}
</style>
background-color css
<style>
a { background-color: #AF33CC; }
a { background-color: rgb(175,51,204); }
div.DivClassName
{
background-color: #AF33CC;
}
.BgClassName
{
background-color: #AF33CC;
}
</style>
border-color css
<style>
span { border-color: #AF33CC; }
span { border-color: rgb(175,51,204); }
td.TdClassName
{
border-color: #AF33CC;
}
.TagClassName
{
border-color: #AF33CC;
}
</style>