Shades of Dark Orchid #AF36BB
Tints of Dark Orchid #AF36BB
RGB
CMYK
RGB Variations
Color information
#AF36BB (or 0xAF36BB) is known color: Dark Orchid. HEX triplet: AF, 36 and BB. RGB value is (175,54,187). Sum of RGB (Red+Green+Blue) = 175+54+187=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36BB is #50C944. Grayscale: #686868. Windows color (decimal): -5294405 or 12269231. OLE color: 12269231.
HSL color Cylindrical-coordinate representation of color #AF36BB: hue angle of 294.59º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF36BB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 54 | 187 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.27 |
| HSL | 294.59º | 0.55% | 0.47% | - |
| HSV(B) | 294.59º | 0.71% | 0.73% | - |
| XYZ | 27.97 | 15.34 | 48.5 | - |
| YUV | 105.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 187 | 0.06 | 0.71 | 0 | 0.27 | 294.59 | 0.55 | 0.47 |
| Hex | AF | 36 | BB | 6 | 47 | 0 | 1B | 127 | 37 | 2F |
| Octal | 257 | 66 | 273 | 6 | 107 | 0 | 33 | 447 | 67 | 57 |
| Binary | 10101111 | 110110 | 10111011 | 110 | 1000111 | 0 | 11011 | 100100111 | 110111 | 101111 |
Color Harmonies of #AF36BB
Complementary color
Monochromatic Colors of #AF36BB
Black with #AF36BB
Text Example
Text Example
White with #AF36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36BB; }
p { color: rgb(175,54,187); }
H1.HeaderClassName
{
color: #AF36BB;
}
.AnyTagClassName
{
color: #AF36BB;
}
</style>
background-color css
<style>
a { background-color: #AF36BB; }
a { background-color: rgb(175,54,187); }
div.DivClassName
{
background-color: #AF36BB;
}
.BgClassName
{
background-color: #AF36BB;
}
</style>
border-color css
<style>
span { border-color: #AF36BB; }
span { border-color: rgb(175,54,187); }
td.TdClassName
{
border-color: #AF36BB;
}
.TagClassName
{
border-color: #AF36BB;
}
</style>