Shades of Dark Orchid #AF25D0
Tints of Dark Orchid #AF25D0
RGB
CMYK
RGB Variations
Color information
#AF25D0 (or 0xAF25D0) is known color: Dark Orchid. HEX triplet: AF, 25 and D0. RGB value is (175,37,208). Sum of RGB (Red+Green+Blue) = 175+37+208=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF25D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25D0 is #50DA2F. Grayscale: #616161. Windows color (decimal): -5298736 or 13641135. OLE color: 13641135.
HSL color Cylindrical-coordinate representation of color #AF25D0: hue angle of 288.42º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF25D0 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 37 | 208 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.18 |
| HSL | 288.42º | 0.7% | 0.48% | - |
| HSV(B) | 288.42º | 0.82% | 0.82% | - |
| XYZ | 29.73 | 14.99 | 61 | - |
| YUV | 97.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 208 | 0.16 | 0.82 | 0 | 0.18 | 288.42 | 0.7 | 0.48 |
| Hex | AF | 25 | D0 | 10 | 52 | 0 | 12 | 120 | 46 | 30 |
| Octal | 257 | 45 | 320 | 20 | 122 | 0 | 22 | 440 | 106 | 60 |
| Binary | 10101111 | 100101 | 11010000 | 10000 | 1010010 | 0 | 10010 | 100100000 | 1000110 | 110000 |
Color Harmonies of #AF25D0
Complementary color
Monochromatic Colors of #AF25D0
Black with #AF25D0
Text Example
Text Example
White with #AF25D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25D0; }
p { color: rgb(175,37,208); }
H1.HeaderClassName
{
color: #AF25D0;
}
.AnyTagClassName
{
color: #AF25D0;
}
</style>
background-color css
<style>
a { background-color: #AF25D0; }
a { background-color: rgb(175,37,208); }
div.DivClassName
{
background-color: #AF25D0;
}
.BgClassName
{
background-color: #AF25D0;
}
</style>
border-color css
<style>
span { border-color: #AF25D0; }
span { border-color: rgb(175,37,208); }
td.TdClassName
{
border-color: #AF25D0;
}
.TagClassName
{
border-color: #AF25D0;
}
</style>