Shades of Dark Orchid #A521AF
Tints of Dark Orchid #A521AF
RGB
CMYK
RGB Variations
Color information
#A521AF (or 0xA521AF) is known color: Dark Orchid. HEX triplet: A5, 21 and AF. RGB value is (165,33,175). Sum of RGB (Red+Green+Blue) = 165+33+175=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #A521AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A521AF is #5ADE50. Grayscale: #585858. Windows color (decimal): -5955153 or 11477413. OLE color: 11477413.
HSL color Cylindrical-coordinate representation of color #A521AF: hue angle of 295.77º 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 #A521AF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 33 | 175 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.31 |
| HSL | 295.77º | 0.68% | 0.41% | - |
| HSV(B) | 295.77º | 0.81% | 0.69% | - |
| XYZ | 23.8 | 12.18 | 41.65 | - |
| YUV | 88.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 175 | 0.06 | 0.81 | 0 | 0.31 | 295.77 | 0.68 | 0.41 |
| Hex | A5 | 21 | AF | 6 | 51 | 0 | 1F | 128 | 44 | 29 |
| Octal | 245 | 41 | 257 | 6 | 121 | 0 | 37 | 450 | 104 | 51 |
| Binary | 10100101 | 100001 | 10101111 | 110 | 1010001 | 0 | 11111 | 100101000 | 1000100 | 101001 |
Color Harmonies of #A521AF
Complementary color
Monochromatic Colors of #A521AF
Black with #A521AF
Text Example
Text Example
White with #A521AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521AF; }
p { color: rgb(165,33,175); }
H1.HeaderClassName
{
color: #A521AF;
}
.AnyTagClassName
{
color: #A521AF;
}
</style>
background-color css
<style>
a { background-color: #A521AF; }
a { background-color: rgb(165,33,175); }
div.DivClassName
{
background-color: #A521AF;
}
.BgClassName
{
background-color: #A521AF;
}
</style>
border-color css
<style>
span { border-color: #A521AF; }
span { border-color: rgb(165,33,175); }
td.TdClassName
{
border-color: #A521AF;
}
.TagClassName
{
border-color: #A521AF;
}
</style>