Shades of Dark Orchid #AC25CA
Tints of Dark Orchid #AC25CA
RGB
CMYK
RGB Variations
Color information
#AC25CA (or 0xAC25CA) is known color: Dark Orchid. HEX triplet: AC, 25 and CA. RGB value is (172,37,202). Sum of RGB (Red+Green+Blue) = 172+37+202=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC25CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25CA is #53DA35. Grayscale: #5F5F5F. Windows color (decimal): -5495350 or 13247916. OLE color: 13247916.
HSL color Cylindrical-coordinate representation of color #AC25CA: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC25CA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 37 | 202 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.21 |
| HSL | 289.09º | 0.69% | 0.47% | - |
| HSV(B) | 289.09º | 0.82% | 0.79% | - |
| XYZ | 28.34 | 14.36 | 57.16 | - |
| YUV | 96.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 202 | 0.15 | 0.82 | 0 | 0.21 | 289.09 | 0.69 | 0.47 |
| Hex | AC | 25 | CA | F | 52 | 0 | 15 | 121 | 45 | 2F |
| Octal | 254 | 45 | 312 | 17 | 122 | 0 | 25 | 441 | 105 | 57 |
| Binary | 10101100 | 100101 | 11001010 | 1111 | 1010010 | 0 | 10101 | 100100001 | 1000101 | 101111 |
Color Harmonies of #AC25CA
Complementary color
Monochromatic Colors of #AC25CA
Black with #AC25CA
Text Example
Text Example
White with #AC25CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25CA; }
p { color: rgb(172,37,202); }
H1.HeaderClassName
{
color: #AC25CA;
}
.AnyTagClassName
{
color: #AC25CA;
}
</style>
background-color css
<style>
a { background-color: #AC25CA; }
a { background-color: rgb(172,37,202); }
div.DivClassName
{
background-color: #AC25CA;
}
.BgClassName
{
background-color: #AC25CA;
}
</style>
border-color css
<style>
span { border-color: #AC25CA; }
span { border-color: rgb(172,37,202); }
td.TdClassName
{
border-color: #AC25CA;
}
.TagClassName
{
border-color: #AC25CA;
}
</style>