Shades of Dark Orchid #A52DBB
Tints of Dark Orchid #A52DBB
RGB
CMYK
RGB Variations
Color information
#A52DBB (or 0xA52DBB) is known color: Dark Orchid. HEX triplet: A5, 2D and BB. RGB value is (165,45,187). Sum of RGB (Red+Green+Blue) = 165+45+187=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A52DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DBB is #5AD244. Grayscale: #606060. Windows color (decimal): -5952069 or 12266917. OLE color: 12266917.
HSL color Cylindrical-coordinate representation of color #A52DBB: hue angle of 290.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52DBB is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 45 | 187 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.27 |
| HSL | 290.7º | 0.61% | 0.45% | - |
| HSV(B) | 290.7º | 0.76% | 0.73% | - |
| XYZ | 25.43 | 13.46 | 48.27 | - |
| YUV | 97.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 187 | 0.12 | 0.76 | 0 | 0.27 | 290.7 | 0.61 | 0.45 |
| Hex | A5 | 2D | BB | C | 4C | 0 | 1B | 123 | 3D | 2D |
| Octal | 245 | 55 | 273 | 14 | 114 | 0 | 33 | 443 | 75 | 55 |
| Binary | 10100101 | 101101 | 10111011 | 1100 | 1001100 | 0 | 11011 | 100100011 | 111101 | 101101 |
Color Harmonies of #A52DBB
Complementary color
Monochromatic Colors of #A52DBB
Black with #A52DBB
Text Example
Text Example
White with #A52DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DBB; }
p { color: rgb(165,45,187); }
H1.HeaderClassName
{
color: #A52DBB;
}
.AnyTagClassName
{
color: #A52DBB;
}
</style>
background-color css
<style>
a { background-color: #A52DBB; }
a { background-color: rgb(165,45,187); }
div.DivClassName
{
background-color: #A52DBB;
}
.BgClassName
{
background-color: #A52DBB;
}
</style>
border-color css
<style>
span { border-color: #A52DBB; }
span { border-color: rgb(165,45,187); }
td.TdClassName
{
border-color: #A52DBB;
}
.TagClassName
{
border-color: #A52DBB;
}
</style>