Shades of Dark Orchid #AF27DB
Tints of Dark Orchid #AF27DB
RGB
CMYK
RGB Variations
Color information
#AF27DB (or 0xAF27DB) is known color: Dark Orchid. HEX triplet: AF, 27 and DB. RGB value is (175,39,219). Sum of RGB (Red+Green+Blue) = 175+39+219=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF27DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27DB is #50D824. Grayscale: #636363. Windows color (decimal): -5298213 or 14362543. OLE color: 14362543.
HSL color Cylindrical-coordinate representation of color #AF27DB: hue angle of 285.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF27DB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 39 | 219 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.14 |
| HSL | 285.33º | 0.71% | 0.51% | - |
| HSV(B) | 285.33º | 0.82% | 0.86% | - |
| XYZ | 31.19 | 15.68 | 68.4 | - |
| YUV | 100.18 | 195.06 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 219 | 0.20 | 0.82 | 0 | 0.14 | 285.33 | 0.71 | 0.51 |
| Hex | AF | 27 | DB | 14 | 52 | 0 | E | 11D | 47 | 33 |
| Octal | 257 | 47 | 333 | 24 | 122 | 0 | 16 | 435 | 107 | 63 |
| Binary | 10101111 | 100111 | 11011011 | 10100 | 1010010 | 0 | 1110 | 100011101 | 1000111 | 110011 |
Color Harmonies of #AF27DB
Complementary color
Monochromatic Colors of #AF27DB
Black with #AF27DB
Text Example
Text Example
White with #AF27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27DB; }
p { color: rgb(175,39,219); }
H1.HeaderClassName
{
color: #AF27DB;
}
.AnyTagClassName
{
color: #AF27DB;
}
</style>
background-color css
<style>
a { background-color: #AF27DB; }
a { background-color: rgb(175,39,219); }
div.DivClassName
{
background-color: #AF27DB;
}
.BgClassName
{
background-color: #AF27DB;
}
</style>
border-color css
<style>
span { border-color: #AF27DB; }
span { border-color: rgb(175,39,219); }
td.TdClassName
{
border-color: #AF27DB;
}
.TagClassName
{
border-color: #AF27DB;
}
</style>