Shades of Dark Orchid #AF36E5
Tints of Dark Orchid #AF36E5
RGB
CMYK
RGB Variations
Color information
#AF36E5 (or 0xAF36E5) is known color: Dark Orchid. HEX triplet: AF, 36 and E5. RGB value is (175,54,229). Sum of RGB (Red+Green+Blue) = 175+54+229=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF36E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36E5 is #50C91A. Grayscale: #6D6D6D. Windows color (decimal): -5294363 or 15021743. OLE color: 15021743.
HSL color Cylindrical-coordinate representation of color #AF36E5: hue angle of 281.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF36E5 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 54 | 229 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.10 |
| HSL | 281.49º | 0.77% | 0.55% | - |
| HSV(B) | 281.49º | 0.76% | 0.9% | - |
| XYZ | 33.14 | 17.41 | 75.74 | - |
| YUV | 110.13 | 195.09 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 229 | 0.24 | 0.76 | 0 | 0.10 | 281.49 | 0.77 | 0.55 |
| Hex | AF | 36 | E5 | 18 | 4C | 0 | A | 119 | 4D | 37 |
| Octal | 257 | 66 | 345 | 30 | 114 | 0 | 12 | 431 | 115 | 67 |
| Binary | 10101111 | 110110 | 11100101 | 11000 | 1001100 | 0 | 1010 | 100011001 | 1001101 | 110111 |
Color Harmonies of #AF36E5
Complementary color
Monochromatic Colors of #AF36E5
Black with #AF36E5
Text Example
Text Example
White with #AF36E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36E5; }
p { color: rgb(175,54,229); }
H1.HeaderClassName
{
color: #AF36E5;
}
.AnyTagClassName
{
color: #AF36E5;
}
</style>
background-color css
<style>
a { background-color: #AF36E5; }
a { background-color: rgb(175,54,229); }
div.DivClassName
{
background-color: #AF36E5;
}
.BgClassName
{
background-color: #AF36E5;
}
</style>
border-color css
<style>
span { border-color: #AF36E5; }
span { border-color: rgb(175,54,229); }
td.TdClassName
{
border-color: #AF36E5;
}
.TagClassName
{
border-color: #AF36E5;
}
</style>