Shades of Dark Orchid #AC34CB
Tints of Dark Orchid #AC34CB
RGB
CMYK
RGB Variations
Color information
#AC34CB (or 0xAC34CB) is known color: Dark Orchid. HEX triplet: AC, 34 and CB. RGB value is (172,52,203). Sum of RGB (Red+Green+Blue) = 172+52+203=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC34CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34CB is #53CB34. Grayscale: #686868. Windows color (decimal): -5491509 or 13317292. OLE color: 13317292.
HSL color Cylindrical-coordinate representation of color #AC34CB: hue angle of 287.68º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC34CB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 52 | 203 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.20 |
| HSL | 287.68º | 0.59% | 0.5% | - |
| HSV(B) | 287.68º | 0.74% | 0.8% | - |
| XYZ | 29.02 | 15.54 | 57.97 | - |
| YUV | 105.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 203 | 0.15 | 0.74 | 0 | 0.20 | 287.68 | 0.59 | 0.5 |
| Hex | AC | 34 | CB | F | 4A | 0 | 14 | 120 | 3B | 32 |
| Octal | 254 | 64 | 313 | 17 | 112 | 0 | 24 | 440 | 73 | 62 |
| Binary | 10101100 | 110100 | 11001011 | 1111 | 1001010 | 0 | 10100 | 100100000 | 111011 | 110010 |
Color Harmonies of #AC34CB
Complementary color
Monochromatic Colors of #AC34CB
Black with #AC34CB
Text Example
Text Example
White with #AC34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34CB; }
p { color: rgb(172,52,203); }
H1.HeaderClassName
{
color: #AC34CB;
}
.AnyTagClassName
{
color: #AC34CB;
}
</style>
background-color css
<style>
a { background-color: #AC34CB; }
a { background-color: rgb(172,52,203); }
div.DivClassName
{
background-color: #AC34CB;
}
.BgClassName
{
background-color: #AC34CB;
}
</style>
border-color css
<style>
span { border-color: #AC34CB; }
span { border-color: rgb(172,52,203); }
td.TdClassName
{
border-color: #AC34CB;
}
.TagClassName
{
border-color: #AC34CB;
}
</style>