Shades of Dark Orchid #A224AF
Tints of Dark Orchid #A224AF
RGB
CMYK
RGB Variations
Color information
#A224AF (or 0xA224AF) is known color: Dark Orchid. HEX triplet: A2, 24 and AF. RGB value is (162,36,175). Sum of RGB (Red+Green+Blue) = 162+36+175=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #A224AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A224AF is #5DDB50. Grayscale: #595959. Windows color (decimal): -6150993 or 11478178. OLE color: 11478178.
HSL color Cylindrical-coordinate representation of color #A224AF: hue angle of 294.39º 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 #A224AF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 36 | 175 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.31 |
| HSL | 294.39º | 0.66% | 0.41% | - |
| HSV(B) | 294.39º | 0.79% | 0.69% | - |
| XYZ | 23.27 | 12.04 | 41.65 | - |
| YUV | 89.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 175 | 0.07 | 0.79 | 0 | 0.31 | 294.39 | 0.66 | 0.41 |
| Hex | A2 | 24 | AF | 7 | 4F | 0 | 1F | 126 | 42 | 29 |
| Octal | 242 | 44 | 257 | 7 | 117 | 0 | 37 | 446 | 102 | 51 |
| Binary | 10100010 | 100100 | 10101111 | 111 | 1001111 | 0 | 11111 | 100100110 | 1000010 | 101001 |
Color Harmonies of #A224AF
Complementary color
Monochromatic Colors of #A224AF
Black with #A224AF
Text Example
Text Example
White with #A224AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224AF; }
p { color: rgb(162,36,175); }
H1.HeaderClassName
{
color: #A224AF;
}
.AnyTagClassName
{
color: #A224AF;
}
</style>
background-color css
<style>
a { background-color: #A224AF; }
a { background-color: rgb(162,36,175); }
div.DivClassName
{
background-color: #A224AF;
}
.BgClassName
{
background-color: #A224AF;
}
</style>
border-color css
<style>
span { border-color: #A224AF; }
span { border-color: rgb(162,36,175); }
td.TdClassName
{
border-color: #A224AF;
}
.TagClassName
{
border-color: #A224AF;
}
</style>