Shades of Dark Orchid #A521B0
Tints of Dark Orchid #A521B0
RGB
CMYK
RGB Variations
Color information
#A521B0 (or 0xA521B0) is known color: Dark Orchid. HEX triplet: A5, 21 and B0. RGB value is (165,33,176). Sum of RGB (Red+Green+Blue) = 165+33+176=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #A521B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A521B0 is #5ADE4F. Grayscale: #585858. Windows color (decimal): -5955152 or 11542949. OLE color: 11542949.
HSL color Cylindrical-coordinate representation of color #A521B0: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A521B0 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 33 | 176 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.31 |
| HSL | 295.38º | 0.68% | 0.41% | - |
| HSV(B) | 295.38º | 0.81% | 0.69% | - |
| XYZ | 23.9 | 12.22 | 42.17 | - |
| YUV | 88.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 176 | 0.06 | 0.81 | 0 | 0.31 | 295.38 | 0.68 | 0.41 |
| Hex | A5 | 21 | B0 | 6 | 51 | 0 | 1F | 127 | 44 | 29 |
| Octal | 245 | 41 | 260 | 6 | 121 | 0 | 37 | 447 | 104 | 51 |
| Binary | 10100101 | 100001 | 10110000 | 110 | 1010001 | 0 | 11111 | 100100111 | 1000100 | 101001 |
Color Harmonies of #A521B0
Complementary color
Monochromatic Colors of #A521B0
Black with #A521B0
Text Example
Text Example
White with #A521B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521B0; }
p { color: rgb(165,33,176); }
H1.HeaderClassName
{
color: #A521B0;
}
.AnyTagClassName
{
color: #A521B0;
}
</style>
background-color css
<style>
a { background-color: #A521B0; }
a { background-color: rgb(165,33,176); }
div.DivClassName
{
background-color: #A521B0;
}
.BgClassName
{
background-color: #A521B0;
}
</style>
border-color css
<style>
span { border-color: #A521B0; }
span { border-color: rgb(165,33,176); }
td.TdClassName
{
border-color: #A521B0;
}
.TagClassName
{
border-color: #A521B0;
}
</style>