Shades of Dark Orchid #AF25E6
Tints of Dark Orchid #AF25E6
RGB
CMYK
RGB Variations
Color information
#AF25E6 (or 0xAF25E6) is known color: Dark Orchid. HEX triplet: AF, 25 and E6. RGB value is (175,37,230). Sum of RGB (Red+Green+Blue) = 175+37+230=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF25E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25E6 is #50DA19. Grayscale: #636363. Windows color (decimal): -5298714 or 15082927. OLE color: 15082927.
HSL color Cylindrical-coordinate representation of color #AF25E6: hue angle of 282.9º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF25E6 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 37 | 230 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.10 |
| HSL | 282.9º | 0.79% | 0.52% | - |
| HSV(B) | 282.9º | 0.84% | 0.9% | - |
| XYZ | 32.62 | 16.15 | 76.26 | - |
| YUV | 100.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 230 | 0.24 | 0.84 | 0 | 0.10 | 282.9 | 0.79 | 0.52 |
| Hex | AF | 25 | E6 | 18 | 54 | 0 | A | 11B | 4F | 34 |
| Octal | 257 | 45 | 346 | 30 | 124 | 0 | 12 | 433 | 117 | 64 |
| Binary | 10101111 | 100101 | 11100110 | 11000 | 1010100 | 0 | 1010 | 100011011 | 1001111 | 110100 |
Color Harmonies of #AF25E6
Complementary color
Monochromatic Colors of #AF25E6
Black with #AF25E6
Text Example
Text Example
White with #AF25E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25E6; }
p { color: rgb(175,37,230); }
H1.HeaderClassName
{
color: #AF25E6;
}
.AnyTagClassName
{
color: #AF25E6;
}
</style>
background-color css
<style>
a { background-color: #AF25E6; }
a { background-color: rgb(175,37,230); }
div.DivClassName
{
background-color: #AF25E6;
}
.BgClassName
{
background-color: #AF25E6;
}
</style>
border-color css
<style>
span { border-color: #AF25E6; }
span { border-color: rgb(175,37,230); }
td.TdClassName
{
border-color: #AF25E6;
}
.TagClassName
{
border-color: #AF25E6;
}
</style>