Shades of Dark Orchid #AF33CA
Tints of Dark Orchid #AF33CA
RGB
CMYK
RGB Variations
Color information
#AF33CA (or 0xAF33CA) is known color: Dark Orchid. HEX triplet: AF, 33 and CA. RGB value is (175,51,202). Sum of RGB (Red+Green+Blue) = 175+51+202=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF33CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33CA is #50CC35. Grayscale: #686868. Windows color (decimal): -5295158 or 13251503. OLE color: 13251503.
HSL color Cylindrical-coordinate representation of color #AF33CA: hue angle of 289.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF33CA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 51 | 202 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.21 |
| HSL | 289.27º | 0.6% | 0.5% | - |
| HSV(B) | 289.27º | 0.75% | 0.79% | - |
| XYZ | 29.52 | 15.75 | 57.36 | - |
| YUV | 105.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 202 | 0.13 | 0.75 | 0 | 0.21 | 289.27 | 0.6 | 0.5 |
| Hex | AF | 33 | CA | D | 4B | 0 | 15 | 121 | 3C | 32 |
| Octal | 257 | 63 | 312 | 15 | 113 | 0 | 25 | 441 | 74 | 62 |
| Binary | 10101111 | 110011 | 11001010 | 1101 | 1001011 | 0 | 10101 | 100100001 | 111100 | 110010 |
Color Harmonies of #AF33CA
Complementary color
Monochromatic Colors of #AF33CA
Black with #AF33CA
Text Example
Text Example
White with #AF33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33CA; }
p { color: rgb(175,51,202); }
H1.HeaderClassName
{
color: #AF33CA;
}
.AnyTagClassName
{
color: #AF33CA;
}
</style>
background-color css
<style>
a { background-color: #AF33CA; }
a { background-color: rgb(175,51,202); }
div.DivClassName
{
background-color: #AF33CA;
}
.BgClassName
{
background-color: #AF33CA;
}
</style>
border-color css
<style>
span { border-color: #AF33CA; }
span { border-color: rgb(175,51,202); }
td.TdClassName
{
border-color: #AF33CA;
}
.TagClassName
{
border-color: #AF33CA;
}
</style>