Shades of Dark Orchid #A215B0
Tints of Dark Orchid #A215B0
RGB
CMYK
RGB Variations
Color information
#A215B0 (or 0xA215B0) is known color: Dark Orchid. HEX triplet: A2, 15 and B0. RGB value is (162,21,176). Sum of RGB (Red+Green+Blue) = 162+21+176=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #A215B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A215B0 is #5DEA4F. Grayscale: #505050. Windows color (decimal): -6154832 or 11539874. OLE color: 11539874.
HSL color Cylindrical-coordinate representation of color #A215B0: hue angle of 294.58º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A215B0 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 21 | 176 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.31 |
| HSL | 294.58º | 0.79% | 0.39% | - |
| HSV(B) | 294.58º | 0.88% | 0.69% | - |
| XYZ | 23 | 11.35 | 42.05 | - |
| YUV | 80.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 176 | 0.08 | 0.88 | 0 | 0.31 | 294.58 | 0.79 | 0.39 |
| Hex | A2 | 15 | B0 | 8 | 58 | 0 | 1F | 127 | 4F | 27 |
| Octal | 242 | 25 | 260 | 10 | 130 | 0 | 37 | 447 | 117 | 47 |
| Binary | 10100010 | 10101 | 10110000 | 1000 | 1011000 | 0 | 11111 | 100100111 | 1001111 | 100111 |
Color Harmonies of #A215B0
Complementary color
Monochromatic Colors of #A215B0
Black with #A215B0
Text Example
Text Example
White with #A215B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215B0; }
p { color: rgb(162,21,176); }
H1.HeaderClassName
{
color: #A215B0;
}
.AnyTagClassName
{
color: #A215B0;
}
</style>
background-color css
<style>
a { background-color: #A215B0; }
a { background-color: rgb(162,21,176); }
div.DivClassName
{
background-color: #A215B0;
}
.BgClassName
{
background-color: #A215B0;
}
</style>
border-color css
<style>
span { border-color: #A215B0; }
span { border-color: rgb(162,21,176); }
td.TdClassName
{
border-color: #A215B0;
}
.TagClassName
{
border-color: #A215B0;
}
</style>