Shades of Dark Orchid #A52DB4
Tints of Dark Orchid #A52DB4
RGB
CMYK
RGB Variations
Color information
#A52DB4 (or 0xA52DB4) is known color: Dark Orchid. HEX triplet: A5, 2D and B4. RGB value is (165,45,180). Sum of RGB (Red+Green+Blue) = 165+45+180=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #A52DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DB4 is #5AD24B. Grayscale: #5F5F5F. Windows color (decimal): -5952076 or 11808165. OLE color: 11808165.
HSL color Cylindrical-coordinate representation of color #A52DB4: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52DB4 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 45 | 180 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.29 |
| HSL | 293.33º | 0.6% | 0.44% | - |
| HSV(B) | 293.33º | 0.75% | 0.71% | - |
| XYZ | 24.69 | 13.17 | 44.42 | - |
| YUV | 96.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 180 | 0.08 | 0.75 | 0 | 0.29 | 293.33 | 0.6 | 0.44 |
| Hex | A5 | 2D | B4 | 8 | 4B | 0 | 1D | 125 | 3C | 2C |
| Octal | 245 | 55 | 264 | 10 | 113 | 0 | 35 | 445 | 74 | 54 |
| Binary | 10100101 | 101101 | 10110100 | 1000 | 1001011 | 0 | 11101 | 100100101 | 111100 | 101100 |
Color Harmonies of #A52DB4
Complementary color
Monochromatic Colors of #A52DB4
Black with #A52DB4
Text Example
Text Example
White with #A52DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DB4; }
p { color: rgb(165,45,180); }
H1.HeaderClassName
{
color: #A52DB4;
}
.AnyTagClassName
{
color: #A52DB4;
}
</style>
background-color css
<style>
a { background-color: #A52DB4; }
a { background-color: rgb(165,45,180); }
div.DivClassName
{
background-color: #A52DB4;
}
.BgClassName
{
background-color: #A52DB4;
}
</style>
border-color css
<style>
span { border-color: #A52DB4; }
span { border-color: rgb(165,45,180); }
td.TdClassName
{
border-color: #A52DB4;
}
.TagClassName
{
border-color: #A52DB4;
}
</style>