Shades of Dark Orchid #A024AF
Tints of Dark Orchid #A024AF
RGB
CMYK
RGB Variations
Color information
#A024AF (or 0xA024AF) is known color: Dark Orchid. HEX triplet: A0, 24 and AF. RGB value is (160,36,175). Sum of RGB (Red+Green+Blue) = 160+36+175=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #A024AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024AF is #5FDB50. Grayscale: #585858. Windows color (decimal): -6282065 or 11478176. OLE color: 11478176.
HSL color Cylindrical-coordinate representation of color #A024AF: hue angle of 293.53º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A024AF is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 36 | 175 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.31 |
| HSL | 293.53º | 0.66% | 0.41% | - |
| HSV(B) | 293.53º | 0.79% | 0.69% | - |
| XYZ | 22.87 | 11.83 | 41.64 | - |
| YUV | 88.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 175 | 0.09 | 0.79 | 0 | 0.31 | 293.53 | 0.66 | 0.41 |
| Hex | A0 | 24 | AF | 9 | 4F | 0 | 1F | 126 | 42 | 29 |
| Octal | 240 | 44 | 257 | 11 | 117 | 0 | 37 | 446 | 102 | 51 |
| Binary | 10100000 | 100100 | 10101111 | 1001 | 1001111 | 0 | 11111 | 100100110 | 1000010 | 101001 |
Color Harmonies of #A024AF
Complementary color
Monochromatic Colors of #A024AF
Black with #A024AF
Text Example
Text Example
White with #A024AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024AF; }
p { color: rgb(160,36,175); }
H1.HeaderClassName
{
color: #A024AF;
}
.AnyTagClassName
{
color: #A024AF;
}
</style>
background-color css
<style>
a { background-color: #A024AF; }
a { background-color: rgb(160,36,175); }
div.DivClassName
{
background-color: #A024AF;
}
.BgClassName
{
background-color: #A024AF;
}
</style>
border-color css
<style>
span { border-color: #A024AF; }
span { border-color: rgb(160,36,175); }
td.TdClassName
{
border-color: #A024AF;
}
.TagClassName
{
border-color: #A024AF;
}
</style>