Shades of Dark Orchid #AF2BD6
Tints of Dark Orchid #AF2BD6
RGB
CMYK
RGB Variations
Color information
#AF2BD6 (or 0xAF2BD6) is known color: Dark Orchid. HEX triplet: AF, 2B and D6. RGB value is (175,43,214). Sum of RGB (Red+Green+Blue) = 175+43+214=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF2BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BD6 is #50D429. Grayscale: #656565. Windows color (decimal): -5297194 or 14035887. OLE color: 14035887.
HSL color Cylindrical-coordinate representation of color #AF2BD6: hue angle of 286.32º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2BD6 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 43 | 214 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.16 |
| HSL | 286.32º | 0.68% | 0.5% | - |
| HSV(B) | 286.32º | 0.8% | 0.84% | - |
| XYZ | 30.68 | 15.7 | 65.03 | - |
| YUV | 101.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 214 | 0.18 | 0.80 | 0 | 0.16 | 286.32 | 0.68 | 0.5 |
| Hex | AF | 2B | D6 | 12 | 50 | 0 | 10 | 11E | 44 | 32 |
| Octal | 257 | 53 | 326 | 22 | 120 | 0 | 20 | 436 | 104 | 62 |
| Binary | 10101111 | 101011 | 11010110 | 10010 | 1010000 | 0 | 10000 | 100011110 | 1000100 | 110010 |
Color Harmonies of #AF2BD6
Complementary color
Monochromatic Colors of #AF2BD6
Black with #AF2BD6
Text Example
Text Example
White with #AF2BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BD6; }
p { color: rgb(175,43,214); }
H1.HeaderClassName
{
color: #AF2BD6;
}
.AnyTagClassName
{
color: #AF2BD6;
}
</style>
background-color css
<style>
a { background-color: #AF2BD6; }
a { background-color: rgb(175,43,214); }
div.DivClassName
{
background-color: #AF2BD6;
}
.BgClassName
{
background-color: #AF2BD6;
}
</style>
border-color css
<style>
span { border-color: #AF2BD6; }
span { border-color: rgb(175,43,214); }
td.TdClassName
{
border-color: #AF2BD6;
}
.TagClassName
{
border-color: #AF2BD6;
}
</style>