Shades of Dark Orchid #AF36BC
Tints of Dark Orchid #AF36BC
RGB
CMYK
RGB Variations
Color information
#AF36BC (or 0xAF36BC) is known color: Dark Orchid. HEX triplet: AF, 36 and BC. RGB value is (175,54,188). Sum of RGB (Red+Green+Blue) = 175+54+188=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36BC is #50C943. Grayscale: #696969. Windows color (decimal): -5294404 or 12334767. OLE color: 12334767.
HSL color Cylindrical-coordinate representation of color #AF36BC: hue angle of 294.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF36BC is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 54 | 188 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.26 |
| HSL | 294.18º | 0.55% | 0.47% | - |
| HSV(B) | 294.18º | 0.71% | 0.74% | - |
| XYZ | 28.08 | 15.38 | 49.07 | - |
| YUV | 105.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 188 | 0.07 | 0.71 | 0 | 0.26 | 294.18 | 0.55 | 0.47 |
| Hex | AF | 36 | BC | 7 | 47 | 0 | 1A | 126 | 37 | 2F |
| Octal | 257 | 66 | 274 | 7 | 107 | 0 | 32 | 446 | 67 | 57 |
| Binary | 10101111 | 110110 | 10111100 | 111 | 1000111 | 0 | 11010 | 100100110 | 110111 | 101111 |
Color Harmonies of #AF36BC
Complementary color
Monochromatic Colors of #AF36BC
Black with #AF36BC
Text Example
Text Example
White with #AF36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36BC; }
p { color: rgb(175,54,188); }
H1.HeaderClassName
{
color: #AF36BC;
}
.AnyTagClassName
{
color: #AF36BC;
}
</style>
background-color css
<style>
a { background-color: #AF36BC; }
a { background-color: rgb(175,54,188); }
div.DivClassName
{
background-color: #AF36BC;
}
.BgClassName
{
background-color: #AF36BC;
}
</style>
border-color css
<style>
span { border-color: #AF36BC; }
span { border-color: rgb(175,54,188); }
td.TdClassName
{
border-color: #AF36BC;
}
.TagClassName
{
border-color: #AF36BC;
}
</style>