Shades of Dark Orchid #A434DB
Tints of Dark Orchid #A434DB
RGB
CMYK
RGB Variations
Color information
#A434DB (or 0xA434DB) is known color: Dark Orchid. HEX triplet: A4, 34 and DB. RGB value is (164,52,219). Sum of RGB (Red+Green+Blue) = 164+52+219=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A434DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434DB is #5BCB24. Grayscale: #676767. Windows color (decimal): -6015781 or 14365860. OLE color: 14365860.
HSL color Cylindrical-coordinate representation of color #A434DB: hue angle of 280.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A434DB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 52 | 219 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.14 |
| HSL | 280.24º | 0.7% | 0.53% | - |
| HSV(B) | 280.24º | 0.76% | 0.86% | - |
| XYZ | 29.32 | 15.46 | 68.46 | - |
| YUV | 104.53 | 192.61 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 219 | 0.25 | 0.76 | 0 | 0.14 | 280.24 | 0.7 | 0.53 |
| Hex | A4 | 34 | DB | 19 | 4C | 0 | E | 118 | 46 | 35 |
| Octal | 244 | 64 | 333 | 31 | 114 | 0 | 16 | 430 | 106 | 65 |
| Binary | 10100100 | 110100 | 11011011 | 11001 | 1001100 | 0 | 1110 | 100011000 | 1000110 | 110101 |
Color Harmonies of #A434DB
Complementary color
Monochromatic Colors of #A434DB
Black with #A434DB
Text Example
Text Example
White with #A434DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434DB; }
p { color: rgb(164,52,219); }
H1.HeaderClassName
{
color: #A434DB;
}
.AnyTagClassName
{
color: #A434DB;
}
</style>
background-color css
<style>
a { background-color: #A434DB; }
a { background-color: rgb(164,52,219); }
div.DivClassName
{
background-color: #A434DB;
}
.BgClassName
{
background-color: #A434DB;
}
</style>
border-color css
<style>
span { border-color: #A434DB; }
span { border-color: rgb(164,52,219); }
td.TdClassName
{
border-color: #A434DB;
}
.TagClassName
{
border-color: #A434DB;
}
</style>