Shades of Dark Orchid #AF2BDA
Tints of Dark Orchid #AF2BDA
RGB
CMYK
RGB Variations
Color information
#AF2BDA (or 0xAF2BDA) is known color: Dark Orchid. HEX triplet: AF, 2B and DA. RGB value is (175,43,218). Sum of RGB (Red+Green+Blue) = 175+43+218=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF2BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BDA is #50D425. Grayscale: #656565. Windows color (decimal): -5297190 or 14298031. OLE color: 14298031.
HSL color Cylindrical-coordinate representation of color #AF2BDA: hue angle of 285.26º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2BDA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 43 | 218 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.15 |
| HSL | 285.26º | 0.7% | 0.51% | - |
| HSV(B) | 285.26º | 0.8% | 0.85% | - |
| XYZ | 31.2 | 15.9 | 67.76 | - |
| YUV | 102.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 218 | 0.20 | 0.80 | 0 | 0.15 | 285.26 | 0.7 | 0.51 |
| Hex | AF | 2B | DA | 14 | 50 | 0 | F | 11D | 46 | 33 |
| Octal | 257 | 53 | 332 | 24 | 120 | 0 | 17 | 435 | 106 | 63 |
| Binary | 10101111 | 101011 | 11011010 | 10100 | 1010000 | 0 | 1111 | 100011101 | 1000110 | 110011 |
Color Harmonies of #AF2BDA
Complementary color
Monochromatic Colors of #AF2BDA
Black with #AF2BDA
Text Example
Text Example
White with #AF2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BDA; }
p { color: rgb(175,43,218); }
H1.HeaderClassName
{
color: #AF2BDA;
}
.AnyTagClassName
{
color: #AF2BDA;
}
</style>
background-color css
<style>
a { background-color: #AF2BDA; }
a { background-color: rgb(175,43,218); }
div.DivClassName
{
background-color: #AF2BDA;
}
.BgClassName
{
background-color: #AF2BDA;
}
</style>
border-color css
<style>
span { border-color: #AF2BDA; }
span { border-color: rgb(175,43,218); }
td.TdClassName
{
border-color: #AF2BDA;
}
.TagClassName
{
border-color: #AF2BDA;
}
</style>