Shades of Dark Orchid #A52BDD
Tints of Dark Orchid #A52BDD
RGB
CMYK
RGB Variations
Color information
#A52BDD (or 0xA52BDD) is known color: Dark Orchid. HEX triplet: A5, 2B and DD. RGB value is (165,43,221). Sum of RGB (Red+Green+Blue) = 165+43+221=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #A52BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BDD is #5AD422. Grayscale: #636363. Windows color (decimal): -5952547 or 14494629. OLE color: 14494629.
HSL color Cylindrical-coordinate representation of color #A52BDD: hue angle of 281.12º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52BDD is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 43 | 221 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.13 |
| HSL | 281.12º | 0.72% | 0.52% | - |
| HSV(B) | 281.12º | 0.81% | 0.87% | - |
| XYZ | 29.43 | 14.95 | 69.74 | - |
| YUV | 99.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 221 | 0.25 | 0.81 | 0 | 0.13 | 281.12 | 0.72 | 0.52 |
| Hex | A5 | 2B | DD | 19 | 51 | 0 | D | 119 | 48 | 34 |
| Octal | 245 | 53 | 335 | 31 | 121 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100101 | 101011 | 11011101 | 11001 | 1010001 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A52BDD
Complementary color
Monochromatic Colors of #A52BDD
Black with #A52BDD
Text Example
Text Example
White with #A52BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BDD; }
p { color: rgb(165,43,221); }
H1.HeaderClassName
{
color: #A52BDD;
}
.AnyTagClassName
{
color: #A52BDD;
}
</style>
background-color css
<style>
a { background-color: #A52BDD; }
a { background-color: rgb(165,43,221); }
div.DivClassName
{
background-color: #A52BDD;
}
.BgClassName
{
background-color: #A52BDD;
}
</style>
border-color css
<style>
span { border-color: #A52BDD; }
span { border-color: rgb(165,43,221); }
td.TdClassName
{
border-color: #A52BDD;
}
.TagClassName
{
border-color: #A52BDD;
}
</style>