Shades of Dark Orchid #A229AF
Tints of Dark Orchid #A229AF
RGB
CMYK
RGB Variations
Color information
#A229AF (or 0xA229AF) is known color: Dark Orchid. HEX triplet: A2, 29 and AF. RGB value is (162,41,175). Sum of RGB (Red+Green+Blue) = 162+41+175=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #A229AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229AF is #5DD650. Grayscale: #5C5C5C. Windows color (decimal): -6149713 or 11479458. OLE color: 11479458.
HSL color Cylindrical-coordinate representation of color #A229AF: hue angle of 294.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A229AF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 41 | 175 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.31 |
| HSL | 294.18º | 0.62% | 0.42% | - |
| HSV(B) | 294.18º | 0.77% | 0.69% | - |
| XYZ | 23.43 | 12.36 | 41.71 | - |
| YUV | 92.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 175 | 0.07 | 0.77 | 0 | 0.31 | 294.18 | 0.62 | 0.42 |
| Hex | A2 | 29 | AF | 7 | 4D | 0 | 1F | 126 | 3E | 2A |
| Octal | 242 | 51 | 257 | 7 | 115 | 0 | 37 | 446 | 76 | 52 |
| Binary | 10100010 | 101001 | 10101111 | 111 | 1001101 | 0 | 11111 | 100100110 | 111110 | 101010 |
Color Harmonies of #A229AF
Complementary color
Monochromatic Colors of #A229AF
Black with #A229AF
Text Example
Text Example
White with #A229AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229AF; }
p { color: rgb(162,41,175); }
H1.HeaderClassName
{
color: #A229AF;
}
.AnyTagClassName
{
color: #A229AF;
}
</style>
background-color css
<style>
a { background-color: #A229AF; }
a { background-color: rgb(162,41,175); }
div.DivClassName
{
background-color: #A229AF;
}
.BgClassName
{
background-color: #A229AF;
}
</style>
border-color css
<style>
span { border-color: #A229AF; }
span { border-color: rgb(162,41,175); }
td.TdClassName
{
border-color: #A229AF;
}
.TagClassName
{
border-color: #A229AF;
}
</style>