Shades of Dark Orchid #A225AF
Tints of Dark Orchid #A225AF
RGB
CMYK
RGB Variations
Color information
#A225AF (or 0xA225AF) is known color: Dark Orchid. HEX triplet: A2, 25 and AF. RGB value is (162,37,175). Sum of RGB (Red+Green+Blue) = 162+37+175=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #A225AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A225AF is #5DDA50. Grayscale: #595959. Windows color (decimal): -6150737 or 11478434. OLE color: 11478434.
HSL color Cylindrical-coordinate representation of color #A225AF: hue angle of 294.35º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A225AF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 37 | 175 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.31 |
| HSL | 294.35º | 0.65% | 0.42% | - |
| HSV(B) | 294.35º | 0.79% | 0.69% | - |
| XYZ | 23.3 | 12.1 | 41.66 | - |
| YUV | 90.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 175 | 0.07 | 0.79 | 0 | 0.31 | 294.35 | 0.65 | 0.42 |
| Hex | A2 | 25 | AF | 7 | 4F | 0 | 1F | 126 | 41 | 2A |
| Octal | 242 | 45 | 257 | 7 | 117 | 0 | 37 | 446 | 101 | 52 |
| Binary | 10100010 | 100101 | 10101111 | 111 | 1001111 | 0 | 11111 | 100100110 | 1000001 | 101010 |
Color Harmonies of #A225AF
Complementary color
Monochromatic Colors of #A225AF
Black with #A225AF
Text Example
Text Example
White with #A225AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A225AF; }
p { color: rgb(162,37,175); }
H1.HeaderClassName
{
color: #A225AF;
}
.AnyTagClassName
{
color: #A225AF;
}
</style>
background-color css
<style>
a { background-color: #A225AF; }
a { background-color: rgb(162,37,175); }
div.DivClassName
{
background-color: #A225AF;
}
.BgClassName
{
background-color: #A225AF;
}
</style>
border-color css
<style>
span { border-color: #A225AF; }
span { border-color: rgb(162,37,175); }
td.TdClassName
{
border-color: #A225AF;
}
.TagClassName
{
border-color: #A225AF;
}
</style>