Shades of Dark Orchid #AF36E1
Tints of Dark Orchid #AF36E1
RGB
CMYK
RGB Variations
Color information
#AF36E1 (or 0xAF36E1) is known color: Dark Orchid. HEX triplet: AF, 36 and E1. RGB value is (175,54,225). Sum of RGB (Red+Green+Blue) = 175+54+225=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF36E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36E1 is #50C91E. Grayscale: #6D6D6D. Windows color (decimal): -5294367 or 14759599. OLE color: 14759599.
HSL color Cylindrical-coordinate representation of color #AF36E1: hue angle of 282.46º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF36E1 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 54 | 225 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.12 |
| HSL | 282.46º | 0.74% | 0.55% | - |
| HSV(B) | 282.46º | 0.76% | 0.88% | - |
| XYZ | 32.59 | 17.19 | 72.83 | - |
| YUV | 109.67 | 193.09 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 225 | 0.22 | 0.76 | 0 | 0.12 | 282.46 | 0.74 | 0.55 |
| Hex | AF | 36 | E1 | 16 | 4C | 0 | C | 11A | 4A | 37 |
| Octal | 257 | 66 | 341 | 26 | 114 | 0 | 14 | 432 | 112 | 67 |
| Binary | 10101111 | 110110 | 11100001 | 10110 | 1001100 | 0 | 1100 | 100011010 | 1001010 | 110111 |
Color Harmonies of #AF36E1
Complementary color
Monochromatic Colors of #AF36E1
Black with #AF36E1
Text Example
Text Example
White with #AF36E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36E1; }
p { color: rgb(175,54,225); }
H1.HeaderClassName
{
color: #AF36E1;
}
.AnyTagClassName
{
color: #AF36E1;
}
</style>
background-color css
<style>
a { background-color: #AF36E1; }
a { background-color: rgb(175,54,225); }
div.DivClassName
{
background-color: #AF36E1;
}
.BgClassName
{
background-color: #AF36E1;
}
</style>
border-color css
<style>
span { border-color: #AF36E1; }
span { border-color: rgb(175,54,225); }
td.TdClassName
{
border-color: #AF36E1;
}
.TagClassName
{
border-color: #AF36E1;
}
</style>