Shades of Dark Orchid #A52AB3
Tints of Dark Orchid #A52AB3
RGB
CMYK
RGB Variations
Color information
#A52AB3 (or 0xA52AB3) is known color: Dark Orchid. HEX triplet: A5, 2A and B3. RGB value is (165,42,179). Sum of RGB (Red+Green+Blue) = 165+42+179=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #A52AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52AB3 is #5AD54C. Grayscale: #5D5D5D. Windows color (decimal): -5952845 or 11741861. OLE color: 11741861.
HSL color Cylindrical-coordinate representation of color #A52AB3: hue angle of 293.87º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52AB3 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 42 | 179 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.30 |
| HSL | 293.87º | 0.62% | 0.43% | - |
| HSV(B) | 293.87º | 0.77% | 0.7% | - |
| XYZ | 24.48 | 12.91 | 43.85 | - |
| YUV | 94.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 179 | 0.08 | 0.77 | 0 | 0.30 | 293.87 | 0.62 | 0.43 |
| Hex | A5 | 2A | B3 | 8 | 4D | 0 | 1E | 126 | 3E | 2B |
| Octal | 245 | 52 | 263 | 10 | 115 | 0 | 36 | 446 | 76 | 53 |
| Binary | 10100101 | 101010 | 10110011 | 1000 | 1001101 | 0 | 11110 | 100100110 | 111110 | 101011 |
Color Harmonies of #A52AB3
Complementary color
Monochromatic Colors of #A52AB3
Black with #A52AB3
Text Example
Text Example
White with #A52AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52AB3; }
p { color: rgb(165,42,179); }
H1.HeaderClassName
{
color: #A52AB3;
}
.AnyTagClassName
{
color: #A52AB3;
}
</style>
background-color css
<style>
a { background-color: #A52AB3; }
a { background-color: rgb(165,42,179); }
div.DivClassName
{
background-color: #A52AB3;
}
.BgClassName
{
background-color: #A52AB3;
}
</style>
border-color css
<style>
span { border-color: #A52AB3; }
span { border-color: rgb(165,42,179); }
td.TdClassName
{
border-color: #A52AB3;
}
.TagClassName
{
border-color: #A52AB3;
}
</style>