Shades of Dark Orchid #A228AF
Tints of Dark Orchid #A228AF
RGB
CMYK
RGB Variations
Color information
#A228AF (or 0xA228AF) is known color: Dark Orchid. HEX triplet: A2, 28 and AF. RGB value is (162,40,175). Sum of RGB (Red+Green+Blue) = 162+40+175=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #A228AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A228AF is #5DD750. Grayscale: #5B5B5B. Windows color (decimal): -6149969 or 11479202. OLE color: 11479202.
HSL color Cylindrical-coordinate representation of color #A228AF: hue angle of 294.22º degrees, saturation: 0.63, 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 #A228AF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 40 | 175 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.31 |
| HSL | 294.22º | 0.63% | 0.42% | - |
| HSV(B) | 294.22º | 0.77% | 0.69% | - |
| XYZ | 23.4 | 12.29 | 41.7 | - |
| YUV | 91.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 175 | 0.07 | 0.77 | 0 | 0.31 | 294.22 | 0.63 | 0.42 |
| Hex | A2 | 28 | AF | 7 | 4D | 0 | 1F | 126 | 3F | 2A |
| Octal | 242 | 50 | 257 | 7 | 115 | 0 | 37 | 446 | 77 | 52 |
| Binary | 10100010 | 101000 | 10101111 | 111 | 1001101 | 0 | 11111 | 100100110 | 111111 | 101010 |
Color Harmonies of #A228AF
Complementary color
Monochromatic Colors of #A228AF
Black with #A228AF
Text Example
Text Example
White with #A228AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228AF; }
p { color: rgb(162,40,175); }
H1.HeaderClassName
{
color: #A228AF;
}
.AnyTagClassName
{
color: #A228AF;
}
</style>
background-color css
<style>
a { background-color: #A228AF; }
a { background-color: rgb(162,40,175); }
div.DivClassName
{
background-color: #A228AF;
}
.BgClassName
{
background-color: #A228AF;
}
</style>
border-color css
<style>
span { border-color: #A228AF; }
span { border-color: rgb(162,40,175); }
td.TdClassName
{
border-color: #A228AF;
}
.TagClassName
{
border-color: #A228AF;
}
</style>