Shades of Dark Orchid #AF2DB8
Tints of Dark Orchid #AF2DB8
RGB
CMYK
RGB Variations
Color information
#AF2DB8 (or 0xAF2DB8) is known color: Dark Orchid. HEX triplet: AF, 2D and B8. RGB value is (175,45,184). Sum of RGB (Red+Green+Blue) = 175+45+184=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF2DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DB8 is #50D247. Grayscale: #636363. Windows color (decimal): -5296712 or 12070319. OLE color: 12070319.
HSL color Cylindrical-coordinate representation of color #AF2DB8: hue angle of 296.12º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2DB8 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 45 | 184 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.28 |
| HSL | 296.12º | 0.61% | 0.45% | - |
| HSV(B) | 296.12º | 0.76% | 0.72% | - |
| XYZ | 27.27 | 14.45 | 46.7 | - |
| YUV | 99.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 184 | 0.05 | 0.76 | 0 | 0.28 | 296.12 | 0.61 | 0.45 |
| Hex | AF | 2D | B8 | 5 | 4C | 0 | 1C | 128 | 3D | 2D |
| Octal | 257 | 55 | 270 | 5 | 114 | 0 | 34 | 450 | 75 | 55 |
| Binary | 10101111 | 101101 | 10111000 | 101 | 1001100 | 0 | 11100 | 100101000 | 111101 | 101101 |
Color Harmonies of #AF2DB8
Complementary color
Monochromatic Colors of #AF2DB8
Black with #AF2DB8
Text Example
Text Example
White with #AF2DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DB8; }
p { color: rgb(175,45,184); }
H1.HeaderClassName
{
color: #AF2DB8;
}
.AnyTagClassName
{
color: #AF2DB8;
}
</style>
background-color css
<style>
a { background-color: #AF2DB8; }
a { background-color: rgb(175,45,184); }
div.DivClassName
{
background-color: #AF2DB8;
}
.BgClassName
{
background-color: #AF2DB8;
}
</style>
border-color css
<style>
span { border-color: #AF2DB8; }
span { border-color: rgb(175,45,184); }
td.TdClassName
{
border-color: #AF2DB8;
}
.TagClassName
{
border-color: #AF2DB8;
}
</style>