Shades of Dark Orchid #A536DB
Tints of Dark Orchid #A536DB
RGB
CMYK
RGB Variations
Color information
#A536DB (or 0xA536DB) is known color: Dark Orchid. HEX triplet: A5, 36 and DB. RGB value is (165,54,219). Sum of RGB (Red+Green+Blue) = 165+54+219=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A536DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536DB is #5AC924. Grayscale: #696969. Windows color (decimal): -5949733 or 14366373. OLE color: 14366373.
HSL color Cylindrical-coordinate representation of color #A536DB: hue angle of 280.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A536DB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 54 | 219 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.14 |
| HSL | 280.36º | 0.7% | 0.54% | - |
| HSV(B) | 280.36º | 0.75% | 0.86% | - |
| XYZ | 29.62 | 15.75 | 68.5 | - |
| YUV | 106 | 191.77 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 219 | 0.25 | 0.75 | 0 | 0.14 | 280.36 | 0.7 | 0.54 |
| Hex | A5 | 36 | DB | 19 | 4B | 0 | E | 118 | 46 | 36 |
| Octal | 245 | 66 | 333 | 31 | 113 | 0 | 16 | 430 | 106 | 66 |
| Binary | 10100101 | 110110 | 11011011 | 11001 | 1001011 | 0 | 1110 | 100011000 | 1000110 | 110110 |
Color Harmonies of #A536DB
Complementary color
Monochromatic Colors of #A536DB
Black with #A536DB
Text Example
Text Example
White with #A536DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536DB; }
p { color: rgb(165,54,219); }
H1.HeaderClassName
{
color: #A536DB;
}
.AnyTagClassName
{
color: #A536DB;
}
</style>
background-color css
<style>
a { background-color: #A536DB; }
a { background-color: rgb(165,54,219); }
div.DivClassName
{
background-color: #A536DB;
}
.BgClassName
{
background-color: #A536DB;
}
</style>
border-color css
<style>
span { border-color: #A536DB; }
span { border-color: rgb(165,54,219); }
td.TdClassName
{
border-color: #A536DB;
}
.TagClassName
{
border-color: #A536DB;
}
</style>