Shades of Dark Orchid #AC2FB2
Tints of Dark Orchid #AC2FB2
RGB
CMYK
RGB Variations
Color information
#AC2FB2 (or 0xAC2FB2) is known color: Dark Orchid. HEX triplet: AC, 2F and B2. RGB value is (172,47,178). Sum of RGB (Red+Green+Blue) = 172+47+178=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC2FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2FB2 is #53D04D. Grayscale: #626262. Windows color (decimal): -5492814 or 11677612. OLE color: 11677612.
HSL color Cylindrical-coordinate representation of color #AC2FB2: hue angle of 297.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2FB2 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 47 | 178 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.30 |
| HSL | 297.25º | 0.58% | 0.44% | - |
| HSV(B) | 297.25º | 0.74% | 0.7% | - |
| XYZ | 26.07 | 14.02 | 43.45 | - |
| YUV | 99.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 178 | 0.03 | 0.74 | 0 | 0.30 | 297.25 | 0.58 | 0.44 |
| Hex | AC | 2F | B2 | 3 | 4A | 0 | 1E | 129 | 3A | 2C |
| Octal | 254 | 57 | 262 | 3 | 112 | 0 | 36 | 451 | 72 | 54 |
| Binary | 10101100 | 101111 | 10110010 | 11 | 1001010 | 0 | 11110 | 100101001 | 111010 | 101100 |
Color Harmonies of #AC2FB2
Complementary color
Monochromatic Colors of #AC2FB2
Black with #AC2FB2
Text Example
Text Example
White with #AC2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FB2; }
p { color: rgb(172,47,178); }
H1.HeaderClassName
{
color: #AC2FB2;
}
.AnyTagClassName
{
color: #AC2FB2;
}
</style>
background-color css
<style>
a { background-color: #AC2FB2; }
a { background-color: rgb(172,47,178); }
div.DivClassName
{
background-color: #AC2FB2;
}
.BgClassName
{
background-color: #AC2FB2;
}
</style>
border-color css
<style>
span { border-color: #AC2FB2; }
span { border-color: rgb(172,47,178); }
td.TdClassName
{
border-color: #AC2FB2;
}
.TagClassName
{
border-color: #AC2FB2;
}
</style>