Shades of Dark Orchid #AF36C6
Tints of Dark Orchid #AF36C6
RGB
CMYK
RGB Variations
Color information
#AF36C6 (or 0xAF36C6) is known color: Dark Orchid. HEX triplet: AF, 36 and C6. RGB value is (175,54,198). Sum of RGB (Red+Green+Blue) = 175+54+198=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF36C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36C6 is #50C939. Grayscale: #6A6A6A. Windows color (decimal): -5294394 or 12990127. OLE color: 12990127.
HSL color Cylindrical-coordinate representation of color #AF36C6: hue angle of 290.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF36C6 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 54 | 198 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.22 |
| HSL | 290.42º | 0.57% | 0.49% | - |
| HSV(B) | 290.42º | 0.73% | 0.78% | - |
| XYZ | 29.19 | 15.83 | 54.94 | - |
| YUV | 106.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 198 | 0.12 | 0.73 | 0 | 0.22 | 290.42 | 0.57 | 0.49 |
| Hex | AF | 36 | C6 | C | 49 | 0 | 16 | 122 | 39 | 31 |
| Octal | 257 | 66 | 306 | 14 | 111 | 0 | 26 | 442 | 71 | 61 |
| Binary | 10101111 | 110110 | 11000110 | 1100 | 1001001 | 0 | 10110 | 100100010 | 111001 | 110001 |
Color Harmonies of #AF36C6
Complementary color
Monochromatic Colors of #AF36C6
Black with #AF36C6
Text Example
Text Example
White with #AF36C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36C6; }
p { color: rgb(175,54,198); }
H1.HeaderClassName
{
color: #AF36C6;
}
.AnyTagClassName
{
color: #AF36C6;
}
</style>
background-color css
<style>
a { background-color: #AF36C6; }
a { background-color: rgb(175,54,198); }
div.DivClassName
{
background-color: #AF36C6;
}
.BgClassName
{
background-color: #AF36C6;
}
</style>
border-color css
<style>
span { border-color: #AF36C6; }
span { border-color: rgb(175,54,198); }
td.TdClassName
{
border-color: #AF36C6;
}
.TagClassName
{
border-color: #AF36C6;
}
</style>