Shades of Dark Orchid #AB32CF
Tints of Dark Orchid #AB32CF
RGB
CMYK
RGB Variations
Color information
#AB32CF (or 0xAB32CF) is known color: Dark Orchid. HEX triplet: AB, 32 and CF. RGB value is (171,50,207). Sum of RGB (Red+Green+Blue) = 171+50+207=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB32CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32CF is #54CD30. Grayscale: #676767. Windows color (decimal): -5557553 or 13578923. OLE color: 13578923.
HSL color Cylindrical-coordinate representation of color #AB32CF: hue angle of 286.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB32CF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 50 | 207 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.19 |
| HSL | 286.24º | 0.62% | 0.5% | - |
| HSV(B) | 286.24º | 0.76% | 0.81% | - |
| XYZ | 29.2 | 15.44 | 60.47 | - |
| YUV | 104.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 207 | 0.17 | 0.76 | 0 | 0.19 | 286.24 | 0.62 | 0.5 |
| Hex | AB | 32 | CF | 11 | 4C | 0 | 13 | 11E | 3E | 32 |
| Octal | 253 | 62 | 317 | 21 | 114 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101011 | 110010 | 11001111 | 10001 | 1001100 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #AB32CF
Complementary color
Monochromatic Colors of #AB32CF
Black with #AB32CF
Text Example
Text Example
White with #AB32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32CF; }
p { color: rgb(171,50,207); }
H1.HeaderClassName
{
color: #AB32CF;
}
.AnyTagClassName
{
color: #AB32CF;
}
</style>
background-color css
<style>
a { background-color: #AB32CF; }
a { background-color: rgb(171,50,207); }
div.DivClassName
{
background-color: #AB32CF;
}
.BgClassName
{
background-color: #AB32CF;
}
</style>
border-color css
<style>
span { border-color: #AB32CF; }
span { border-color: rgb(171,50,207); }
td.TdClassName
{
border-color: #AB32CF;
}
.TagClassName
{
border-color: #AB32CF;
}
</style>