Shades of Dark Orchid #AF3CC8
Tints of Dark Orchid #AF3CC8
RGB
CMYK
RGB Variations
Color information
#AF3CC8 (or 0xAF3CC8) is known color: Dark Orchid. HEX triplet: AF, 3C and C8. RGB value is (175,60,200). Sum of RGB (Red+Green+Blue) = 175+60+200=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF3CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CC8 is #50C337. Grayscale: #6D6D6D. Windows color (decimal): -5292856 or 13122735. OLE color: 13122735.
HSL color Cylindrical-coordinate representation of color #AF3CC8: hue angle of 289.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3CC8 is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 60 | 200 | - |
| CMYK | 0.12 | 0.7 | 0 | 0.22 |
| HSL | 289.29º | 0.56% | 0.51% | - |
| HSV(B) | 289.29º | 0.7% | 0.78% | - |
| XYZ | 29.72 | 16.52 | 56.27 | - |
| YUV | 110.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 200 | 0.12 | 0.7 | 0 | 0.22 | 289.29 | 0.56 | 0.51 |
| Hex | AF | 3C | C8 | C | 46 | 0 | 16 | 121 | 38 | 33 |
| Octal | 257 | 74 | 310 | 14 | 106 | 0 | 26 | 441 | 70 | 63 |
| Binary | 10101111 | 111100 | 11001000 | 1100 | 1000110 | 0 | 10110 | 100100001 | 111000 | 110011 |
Color Harmonies of #AF3CC8
Complementary color
Monochromatic Colors of #AF3CC8
Black with #AF3CC8
Text Example
Text Example
White with #AF3CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CC8; }
p { color: rgb(175,60,200); }
H1.HeaderClassName
{
color: #AF3CC8;
}
.AnyTagClassName
{
color: #AF3CC8;
}
</style>
background-color css
<style>
a { background-color: #AF3CC8; }
a { background-color: rgb(175,60,200); }
div.DivClassName
{
background-color: #AF3CC8;
}
.BgClassName
{
background-color: #AF3CC8;
}
</style>
border-color css
<style>
span { border-color: #AF3CC8; }
span { border-color: rgb(175,60,200); }
td.TdClassName
{
border-color: #AF3CC8;
}
.TagClassName
{
border-color: #AF3CC8;
}
</style>