Shades of Dark Orchid #AF22CC
Tints of Dark Orchid #AF22CC
RGB
CMYK
RGB Variations
Color information
#AF22CC (or 0xAF22CC) is known color: Dark Orchid. HEX triplet: AF, 22 and CC. RGB value is (175,34,204). Sum of RGB (Red+Green+Blue) = 175+34+204=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF22CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22CC is #50DD33. Grayscale: #5F5F5F. Windows color (decimal): -5299508 or 13378223. OLE color: 13378223.
HSL color Cylindrical-coordinate representation of color #AF22CC: hue angle of 289.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF22CC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 34 | 204 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.2 |
| HSL | 289.76º | 0.71% | 0.47% | - |
| HSV(B) | 289.76º | 0.83% | 0.8% | - |
| XYZ | 29.15 | 14.62 | 58.41 | - |
| YUV | 95.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 204 | 0.14 | 0.83 | 0 | 0.2 | 289.76 | 0.71 | 0.47 |
| Hex | AF | 22 | CC | E | 53 | 0 | 14 | 122 | 47 | 2F |
| Octal | 257 | 42 | 314 | 16 | 123 | 0 | 24 | 442 | 107 | 57 |
| Binary | 10101111 | 100010 | 11001100 | 1110 | 1010011 | 0 | 10100 | 100100010 | 1000111 | 101111 |
Color Harmonies of #AF22CC
Complementary color
Monochromatic Colors of #AF22CC
Black with #AF22CC
Text Example
Text Example
White with #AF22CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22CC; }
p { color: rgb(175,34,204); }
H1.HeaderClassName
{
color: #AF22CC;
}
.AnyTagClassName
{
color: #AF22CC;
}
</style>
background-color css
<style>
a { background-color: #AF22CC; }
a { background-color: rgb(175,34,204); }
div.DivClassName
{
background-color: #AF22CC;
}
.BgClassName
{
background-color: #AF22CC;
}
</style>
border-color css
<style>
span { border-color: #AF22CC; }
span { border-color: rgb(175,34,204); }
td.TdClassName
{
border-color: #AF22CC;
}
.TagClassName
{
border-color: #AF22CC;
}
</style>