Shades of Dark Orchid #A52BB2
Tints of Dark Orchid #A52BB2
RGB
CMYK
RGB Variations
Color information
#A52BB2 (or 0xA52BB2) is known color: Dark Orchid. HEX triplet: A5, 2B and B2. RGB value is (165,43,178). Sum of RGB (Red+Green+Blue) = 165+43+178=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #A52BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BB2 is #5AD44D. Grayscale: #5E5E5E. Windows color (decimal): -5952590 or 11676581. OLE color: 11676581.
HSL color Cylindrical-coordinate representation of color #A52BB2: hue angle of 294.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52BB2 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 43 | 178 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.30 |
| HSL | 294.22º | 0.61% | 0.43% | - |
| HSV(B) | 294.22º | 0.76% | 0.7% | - |
| XYZ | 24.42 | 12.94 | 43.33 | - |
| YUV | 94.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 178 | 0.07 | 0.76 | 0 | 0.30 | 294.22 | 0.61 | 0.43 |
| Hex | A5 | 2B | B2 | 7 | 4C | 0 | 1E | 126 | 3D | 2B |
| Octal | 245 | 53 | 262 | 7 | 114 | 0 | 36 | 446 | 75 | 53 |
| Binary | 10100101 | 101011 | 10110010 | 111 | 1001100 | 0 | 11110 | 100100110 | 111101 | 101011 |
Color Harmonies of #A52BB2
Complementary color
Monochromatic Colors of #A52BB2
Black with #A52BB2
Text Example
Text Example
White with #A52BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BB2; }
p { color: rgb(165,43,178); }
H1.HeaderClassName
{
color: #A52BB2;
}
.AnyTagClassName
{
color: #A52BB2;
}
</style>
background-color css
<style>
a { background-color: #A52BB2; }
a { background-color: rgb(165,43,178); }
div.DivClassName
{
background-color: #A52BB2;
}
.BgClassName
{
background-color: #A52BB2;
}
</style>
border-color css
<style>
span { border-color: #A52BB2; }
span { border-color: rgb(165,43,178); }
td.TdClassName
{
border-color: #A52BB2;
}
.TagClassName
{
border-color: #A52BB2;
}
</style>