Shades of Dark Orchid #AF36EE
Tints of Dark Orchid #AF36EE
RGB
CMYK
RGB Variations
Color information
#AF36EE (or 0xAF36EE) is known color: Dark Orchid. HEX triplet: AF, 36 and EE. RGB value is (175,54,238). Sum of RGB (Red+Green+Blue) = 175+54+238=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF36EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36EE is #50C911. Grayscale: #6E6E6E. Windows color (decimal): -5294354 or 15611567. OLE color: 15611567.
HSL color Cylindrical-coordinate representation of color #AF36EE: hue angle of 279.46º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF36EE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 54 | 238 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.07 |
| HSL | 279.46º | 0.84% | 0.57% | - |
| HSV(B) | 279.46º | 0.77% | 0.93% | - |
| XYZ | 34.43 | 17.93 | 82.53 | - |
| YUV | 111.16 | 199.59 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 238 | 0.26 | 0.77 | 0 | 0.07 | 279.46 | 0.84 | 0.57 |
| Hex | AF | 36 | EE | 1A | 4D | 0 | 7 | 117 | 54 | 39 |
| Octal | 257 | 66 | 356 | 32 | 115 | 0 | 7 | 427 | 124 | 71 |
| Binary | 10101111 | 110110 | 11101110 | 11010 | 1001101 | 0 | 111 | 100010111 | 1010100 | 111001 |
Color Harmonies of #AF36EE
Complementary color
Monochromatic Colors of #AF36EE
Black with #AF36EE
Text Example
Text Example
White with #AF36EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36EE; }
p { color: rgb(175,54,238); }
H1.HeaderClassName
{
color: #AF36EE;
}
.AnyTagClassName
{
color: #AF36EE;
}
</style>
background-color css
<style>
a { background-color: #AF36EE; }
a { background-color: rgb(175,54,238); }
div.DivClassName
{
background-color: #AF36EE;
}
.BgClassName
{
background-color: #AF36EE;
}
</style>
border-color css
<style>
span { border-color: #AF36EE; }
span { border-color: rgb(175,54,238); }
td.TdClassName
{
border-color: #AF36EE;
}
.TagClassName
{
border-color: #AF36EE;
}
</style>