Shades of Dark Orchid #A52FB9
Tints of Dark Orchid #A52FB9
RGB
CMYK
RGB Variations
Color information
#A52FB9 (or 0xA52FB9) is known color: Dark Orchid. HEX triplet: A5, 2F and B9. RGB value is (165,47,185). Sum of RGB (Red+Green+Blue) = 165+47+185=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #A52FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FB9 is #5AD046. Grayscale: #616161. Windows color (decimal): -5951559 or 12136357. OLE color: 12136357.
HSL color Cylindrical-coordinate representation of color #A52FB9: hue angle of 291.3º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52FB9 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 47 | 185 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.27 |
| HSL | 291.3º | 0.59% | 0.45% | - |
| HSV(B) | 291.3º | 0.75% | 0.73% | - |
| XYZ | 25.29 | 13.54 | 47.18 | - |
| YUV | 98.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 185 | 0.11 | 0.75 | 0 | 0.27 | 291.3 | 0.59 | 0.45 |
| Hex | A5 | 2F | B9 | B | 4B | 0 | 1B | 123 | 3B | 2D |
| Octal | 245 | 57 | 271 | 13 | 113 | 0 | 33 | 443 | 73 | 55 |
| Binary | 10100101 | 101111 | 10111001 | 1011 | 1001011 | 0 | 11011 | 100100011 | 111011 | 101101 |
Color Harmonies of #A52FB9
Complementary color
Monochromatic Colors of #A52FB9
Black with #A52FB9
Text Example
Text Example
White with #A52FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FB9; }
p { color: rgb(165,47,185); }
H1.HeaderClassName
{
color: #A52FB9;
}
.AnyTagClassName
{
color: #A52FB9;
}
</style>
background-color css
<style>
a { background-color: #A52FB9; }
a { background-color: rgb(165,47,185); }
div.DivClassName
{
background-color: #A52FB9;
}
.BgClassName
{
background-color: #A52FB9;
}
</style>
border-color css
<style>
span { border-color: #A52FB9; }
span { border-color: rgb(165,47,185); }
td.TdClassName
{
border-color: #A52FB9;
}
.TagClassName
{
border-color: #A52FB9;
}
</style>