Shades of Dark Orchid #AF27CE
Tints of Dark Orchid #AF27CE
RGB
CMYK
RGB Variations
Color information
#AF27CE (or 0xAF27CE) is known color: Dark Orchid. HEX triplet: AF, 27 and CE. RGB value is (175,39,206). Sum of RGB (Red+Green+Blue) = 175+39+206=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF27CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27CE is #50D831. Grayscale: #626262. Windows color (decimal): -5298226 or 13510575. OLE color: 13510575.
HSL color Cylindrical-coordinate representation of color #AF27CE: hue angle of 288.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF27CE is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 39 | 206 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.19 |
| HSL | 288.86º | 0.68% | 0.48% | - |
| HSV(B) | 288.86º | 0.81% | 0.81% | - |
| XYZ | 29.55 | 15.02 | 59.73 | - |
| YUV | 98.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 206 | 0.15 | 0.81 | 0 | 0.19 | 288.86 | 0.68 | 0.48 |
| Hex | AF | 27 | CE | F | 51 | 0 | 13 | 121 | 44 | 30 |
| Octal | 257 | 47 | 316 | 17 | 121 | 0 | 23 | 441 | 104 | 60 |
| Binary | 10101111 | 100111 | 11001110 | 1111 | 1010001 | 0 | 10011 | 100100001 | 1000100 | 110000 |
Color Harmonies of #AF27CE
Complementary color
Monochromatic Colors of #AF27CE
Black with #AF27CE
Text Example
Text Example
White with #AF27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27CE; }
p { color: rgb(175,39,206); }
H1.HeaderClassName
{
color: #AF27CE;
}
.AnyTagClassName
{
color: #AF27CE;
}
</style>
background-color css
<style>
a { background-color: #AF27CE; }
a { background-color: rgb(175,39,206); }
div.DivClassName
{
background-color: #AF27CE;
}
.BgClassName
{
background-color: #AF27CE;
}
</style>
border-color css
<style>
span { border-color: #AF27CE; }
span { border-color: rgb(175,39,206); }
td.TdClassName
{
border-color: #AF27CE;
}
.TagClassName
{
border-color: #AF27CE;
}
</style>