Shades of Dark Orchid #A52BDF
Tints of Dark Orchid #A52BDF
RGB
CMYK
RGB Variations
Color information
#A52BDF (or 0xA52BDF) is known color: Dark Orchid. HEX triplet: A5, 2B and DF. RGB value is (165,43,223). Sum of RGB (Red+Green+Blue) = 165+43+223=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #A52BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BDF is #5AD420. Grayscale: #636363. Windows color (decimal): -5952545 or 14625701. OLE color: 14625701.
HSL color Cylindrical-coordinate representation of color #A52BDF: hue angle of 280.67º degrees, saturation: 0.74, 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 #A52BDF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 43 | 223 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.13 |
| HSL | 280.67º | 0.74% | 0.52% | - |
| HSV(B) | 280.67º | 0.81% | 0.87% | - |
| XYZ | 29.7 | 15.05 | 71.15 | - |
| YUV | 100 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 223 | 0.26 | 0.81 | 0 | 0.13 | 280.67 | 0.74 | 0.52 |
| Hex | A5 | 2B | DF | 1A | 51 | 0 | D | 119 | 4A | 34 |
| Octal | 245 | 53 | 337 | 32 | 121 | 0 | 15 | 431 | 112 | 64 |
| Binary | 10100101 | 101011 | 11011111 | 11010 | 1010001 | 0 | 1101 | 100011001 | 1001010 | 110100 |
Color Harmonies of #A52BDF
Complementary color
Monochromatic Colors of #A52BDF
Black with #A52BDF
Text Example
Text Example
White with #A52BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BDF; }
p { color: rgb(165,43,223); }
H1.HeaderClassName
{
color: #A52BDF;
}
.AnyTagClassName
{
color: #A52BDF;
}
</style>
background-color css
<style>
a { background-color: #A52BDF; }
a { background-color: rgb(165,43,223); }
div.DivClassName
{
background-color: #A52BDF;
}
.BgClassName
{
background-color: #A52BDF;
}
</style>
border-color css
<style>
span { border-color: #A52BDF; }
span { border-color: rgb(165,43,223); }
td.TdClassName
{
border-color: #A52BDF;
}
.TagClassName
{
border-color: #A52BDF;
}
</style>