Shades of Dark Orchid #AF3CC6
Tints of Dark Orchid #AF3CC6
RGB
CMYK
RGB Variations
Color information
#AF3CC6 (or 0xAF3CC6) is known color: Dark Orchid. HEX triplet: AF, 3C and C6. RGB value is (175,60,198). Sum of RGB (Red+Green+Blue) = 175+60+198=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF3CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CC6 is #50C339. Grayscale: #6D6D6D. Windows color (decimal): -5292858 or 12991663. OLE color: 12991663.
HSL color Cylindrical-coordinate representation of color #AF3CC6: hue angle of 290º degrees, saturation: 0.55, 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 #AF3CC6 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 60 | 198 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.22 |
| HSL | 290º | 0.55% | 0.51% | - |
| HSV(B) | 290º | 0.7% | 0.78% | - |
| XYZ | 29.49 | 16.42 | 55.04 | - |
| YUV | 110.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 198 | 0.12 | 0.70 | 0 | 0.22 | 290 | 0.55 | 0.51 |
| Hex | AF | 3C | C6 | C | 46 | 0 | 16 | 122 | 37 | 33 |
| Octal | 257 | 74 | 306 | 14 | 106 | 0 | 26 | 442 | 67 | 63 |
| Binary | 10101111 | 111100 | 11000110 | 1100 | 1000110 | 0 | 10110 | 100100010 | 110111 | 110011 |
Color Harmonies of #AF3CC6
Complementary color
Monochromatic Colors of #AF3CC6
Black with #AF3CC6
Text Example
Text Example
White with #AF3CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CC6; }
p { color: rgb(175,60,198); }
H1.HeaderClassName
{
color: #AF3CC6;
}
.AnyTagClassName
{
color: #AF3CC6;
}
</style>
background-color css
<style>
a { background-color: #AF3CC6; }
a { background-color: rgb(175,60,198); }
div.DivClassName
{
background-color: #AF3CC6;
}
.BgClassName
{
background-color: #AF3CC6;
}
</style>
border-color css
<style>
span { border-color: #AF3CC6; }
span { border-color: rgb(175,60,198); }
td.TdClassName
{
border-color: #AF3CC6;
}
.TagClassName
{
border-color: #AF3CC6;
}
</style>