Shades of Dark Orchid #AC24B1
Tints of Dark Orchid #AC24B1
RGB
CMYK
RGB Variations
Color information
#AC24B1 (or 0xAC24B1) is known color: Dark Orchid. HEX triplet: AC, 24 and B1. RGB value is (172,36,177). Sum of RGB (Red+Green+Blue) = 172+36+177=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC24B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC24B1 is #53DB4E. Grayscale: #5C5C5C. Windows color (decimal): -5495631 or 11609260. OLE color: 11609260.
HSL color Cylindrical-coordinate representation of color #AC24B1: hue angle of 297.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC24B1 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 36 | 177 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.31 |
| HSL | 297.87º | 0.66% | 0.42% | - |
| HSV(B) | 297.87º | 0.8% | 0.69% | - |
| XYZ | 25.58 | 13.21 | 42.8 | - |
| YUV | 92.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 177 | 0.03 | 0.80 | 0 | 0.31 | 297.87 | 0.66 | 0.42 |
| Hex | AC | 24 | B1 | 3 | 50 | 0 | 1F | 12A | 42 | 2A |
| Octal | 254 | 44 | 261 | 3 | 120 | 0 | 37 | 452 | 102 | 52 |
| Binary | 10101100 | 100100 | 10110001 | 11 | 1010000 | 0 | 11111 | 100101010 | 1000010 | 101010 |
Color Harmonies of #AC24B1
Complementary color
Monochromatic Colors of #AC24B1
Black with #AC24B1
Text Example
Text Example
White with #AC24B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC24B1; }
p { color: rgb(172,36,177); }
H1.HeaderClassName
{
color: #AC24B1;
}
.AnyTagClassName
{
color: #AC24B1;
}
</style>
background-color css
<style>
a { background-color: #AC24B1; }
a { background-color: rgb(172,36,177); }
div.DivClassName
{
background-color: #AC24B1;
}
.BgClassName
{
background-color: #AC24B1;
}
</style>
border-color css
<style>
span { border-color: #AC24B1; }
span { border-color: rgb(172,36,177); }
td.TdClassName
{
border-color: #AC24B1;
}
.TagClassName
{
border-color: #AC24B1;
}
</style>