Shades of Dark Orchid #A225DB
Tints of Dark Orchid #A225DB
RGB
CMYK
RGB Variations
Color information
#A225DB (or 0xA225DB) is known color: Dark Orchid. HEX triplet: A2, 25 and DB. RGB value is (162,37,219). Sum of RGB (Red+Green+Blue) = 162+37+219=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #A225DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225DB is #5DDA24. Grayscale: #5E5E5E. Windows color (decimal): -6150693 or 14362018. OLE color: 14362018.
HSL color Cylindrical-coordinate representation of color #A225DB: hue angle of 281.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A225DB is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 37 | 219 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.14 |
| HSL | 281.21º | 0.72% | 0.5% | - |
| HSV(B) | 281.21º | 0.83% | 0.86% | - |
| XYZ | 28.35 | 14.12 | 68.25 | - |
| YUV | 95.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 219 | 0.26 | 0.83 | 0 | 0.14 | 281.21 | 0.72 | 0.5 |
| Hex | A2 | 25 | DB | 1A | 53 | 0 | E | 119 | 48 | 32 |
| Octal | 242 | 45 | 333 | 32 | 123 | 0 | 16 | 431 | 110 | 62 |
| Binary | 10100010 | 100101 | 11011011 | 11010 | 1010011 | 0 | 1110 | 100011001 | 1001000 | 110010 |
Color Harmonies of #A225DB
Complementary color
Monochromatic Colors of #A225DB
Black with #A225DB
Text Example
Text Example
White with #A225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A225DB; }
p { color: rgb(162,37,219); }
H1.HeaderClassName
{
color: #A225DB;
}
.AnyTagClassName
{
color: #A225DB;
}
</style>
background-color css
<style>
a { background-color: #A225DB; }
a { background-color: rgb(162,37,219); }
div.DivClassName
{
background-color: #A225DB;
}
.BgClassName
{
background-color: #A225DB;
}
</style>
border-color css
<style>
span { border-color: #A225DB; }
span { border-color: rgb(162,37,219); }
td.TdClassName
{
border-color: #A225DB;
}
.TagClassName
{
border-color: #A225DB;
}
</style>