Shades of Dark Orchid #AF3BC8
Tints of Dark Orchid #AF3BC8
RGB
CMYK
RGB Variations
Color information
#AF3BC8 (or 0xAF3BC8) is known color: Dark Orchid. HEX triplet: AF, 3B and C8. RGB value is (175,59,200). Sum of RGB (Red+Green+Blue) = 175+59+200=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF3BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BC8 is #50C437. Grayscale: #6D6D6D. Windows color (decimal): -5293112 or 13122479. OLE color: 13122479.
HSL color Cylindrical-coordinate representation of color #AF3BC8: hue angle of 289.36º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3BC8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 59 | 200 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.22 |
| HSL | 289.36º | 0.56% | 0.51% | - |
| HSV(B) | 289.36º | 0.71% | 0.78% | - |
| XYZ | 29.67 | 16.41 | 56.25 | - |
| YUV | 109.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 200 | 0.12 | 0.70 | 0 | 0.22 | 289.36 | 0.56 | 0.51 |
| Hex | AF | 3B | C8 | C | 46 | 0 | 16 | 121 | 38 | 33 |
| Octal | 257 | 73 | 310 | 14 | 106 | 0 | 26 | 441 | 70 | 63 |
| Binary | 10101111 | 111011 | 11001000 | 1100 | 1000110 | 0 | 10110 | 100100001 | 111000 | 110011 |
Color Harmonies of #AF3BC8
Complementary color
Monochromatic Colors of #AF3BC8
Black with #AF3BC8
Text Example
Text Example
White with #AF3BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BC8; }
p { color: rgb(175,59,200); }
H1.HeaderClassName
{
color: #AF3BC8;
}
.AnyTagClassName
{
color: #AF3BC8;
}
</style>
background-color css
<style>
a { background-color: #AF3BC8; }
a { background-color: rgb(175,59,200); }
div.DivClassName
{
background-color: #AF3BC8;
}
.BgClassName
{
background-color: #AF3BC8;
}
</style>
border-color css
<style>
span { border-color: #AF3BC8; }
span { border-color: rgb(175,59,200); }
td.TdClassName
{
border-color: #AF3BC8;
}
.TagClassName
{
border-color: #AF3BC8;
}
</style>