Shades of Dark Orchid #AF25CE
Tints of Dark Orchid #AF25CE
RGB
CMYK
RGB Variations
Color information
#AF25CE (or 0xAF25CE) is known color: Dark Orchid. HEX triplet: AF, 25 and CE. RGB value is (175,37,206). Sum of RGB (Red+Green+Blue) = 175+37+206=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF25CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25CE is #50DA31. Grayscale: #606060. Windows color (decimal): -5298738 or 13510063. OLE color: 13510063.
HSL color Cylindrical-coordinate representation of color #AF25CE: hue angle of 288.99º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF25CE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 37 | 206 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.19 |
| HSL | 288.99º | 0.7% | 0.48% | - |
| HSV(B) | 288.99º | 0.82% | 0.81% | - |
| XYZ | 29.48 | 14.89 | 59.71 | - |
| YUV | 97.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 206 | 0.15 | 0.82 | 0 | 0.19 | 288.99 | 0.7 | 0.48 |
| Hex | AF | 25 | CE | F | 52 | 0 | 13 | 121 | 46 | 30 |
| Octal | 257 | 45 | 316 | 17 | 122 | 0 | 23 | 441 | 106 | 60 |
| Binary | 10101111 | 100101 | 11001110 | 1111 | 1010010 | 0 | 10011 | 100100001 | 1000110 | 110000 |
Color Harmonies of #AF25CE
Complementary color
Monochromatic Colors of #AF25CE
Black with #AF25CE
Text Example
Text Example
White with #AF25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25CE; }
p { color: rgb(175,37,206); }
H1.HeaderClassName
{
color: #AF25CE;
}
.AnyTagClassName
{
color: #AF25CE;
}
</style>
background-color css
<style>
a { background-color: #AF25CE; }
a { background-color: rgb(175,37,206); }
div.DivClassName
{
background-color: #AF25CE;
}
.BgClassName
{
background-color: #AF25CE;
}
</style>
border-color css
<style>
span { border-color: #AF25CE; }
span { border-color: rgb(175,37,206); }
td.TdClassName
{
border-color: #AF25CE;
}
.TagClassName
{
border-color: #AF25CE;
}
</style>