Shades of Dark Orchid #AB34CF
Tints of Dark Orchid #AB34CF
RGB
CMYK
RGB Variations
Color information
#AB34CF (or 0xAB34CF) is known color: Dark Orchid. HEX triplet: AB, 34 and CF. RGB value is (171,52,207). Sum of RGB (Red+Green+Blue) = 171+52+207=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB34CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34CF is #54CB30. Grayscale: #686868. Windows color (decimal): -5557041 or 13579435. OLE color: 13579435.
HSL color Cylindrical-coordinate representation of color #AB34CF: hue angle of 286.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB34CF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 52 | 207 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.19 |
| HSL | 286.06º | 0.62% | 0.51% | - |
| HSV(B) | 286.06º | 0.75% | 0.81% | - |
| XYZ | 29.29 | 15.62 | 60.5 | - |
| YUV | 105.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 207 | 0.17 | 0.75 | 0 | 0.19 | 286.06 | 0.62 | 0.51 |
| Hex | AB | 34 | CF | 11 | 4B | 0 | 13 | 11E | 3E | 33 |
| Octal | 253 | 64 | 317 | 21 | 113 | 0 | 23 | 436 | 76 | 63 |
| Binary | 10101011 | 110100 | 11001111 | 10001 | 1001011 | 0 | 10011 | 100011110 | 111110 | 110011 |
Color Harmonies of #AB34CF
Complementary color
Monochromatic Colors of #AB34CF
Black with #AB34CF
Text Example
Text Example
White with #AB34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34CF; }
p { color: rgb(171,52,207); }
H1.HeaderClassName
{
color: #AB34CF;
}
.AnyTagClassName
{
color: #AB34CF;
}
</style>
background-color css
<style>
a { background-color: #AB34CF; }
a { background-color: rgb(171,52,207); }
div.DivClassName
{
background-color: #AB34CF;
}
.BgClassName
{
background-color: #AB34CF;
}
</style>
border-color css
<style>
span { border-color: #AB34CF; }
span { border-color: rgb(171,52,207); }
td.TdClassName
{
border-color: #AB34CF;
}
.TagClassName
{
border-color: #AB34CF;
}
</style>