Shades of Dark Orchid #A433DB
Tints of Dark Orchid #A433DB
RGB
CMYK
RGB Variations
Color information
#A433DB (or 0xA433DB) is known color: Dark Orchid. HEX triplet: A4, 33 and DB. RGB value is (164,51,219). Sum of RGB (Red+Green+Blue) = 164+51+219=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #A433DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433DB is #5BCC24. Grayscale: #676767. Windows color (decimal): -6016037 or 14365604. OLE color: 14365604.
HSL color Cylindrical-coordinate representation of color #A433DB: hue angle of 280.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A433DB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 51 | 219 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.14 |
| HSL | 280.36º | 0.7% | 0.53% | - |
| HSV(B) | 280.36º | 0.77% | 0.86% | - |
| XYZ | 29.28 | 15.37 | 68.44 | - |
| YUV | 103.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 219 | 0.25 | 0.77 | 0 | 0.14 | 280.36 | 0.7 | 0.53 |
| Hex | A4 | 33 | DB | 19 | 4D | 0 | E | 118 | 46 | 35 |
| Octal | 244 | 63 | 333 | 31 | 115 | 0 | 16 | 430 | 106 | 65 |
| Binary | 10100100 | 110011 | 11011011 | 11001 | 1001101 | 0 | 1110 | 100011000 | 1000110 | 110101 |
Color Harmonies of #A433DB
Complementary color
Monochromatic Colors of #A433DB
Black with #A433DB
Text Example
Text Example
White with #A433DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433DB; }
p { color: rgb(164,51,219); }
H1.HeaderClassName
{
color: #A433DB;
}
.AnyTagClassName
{
color: #A433DB;
}
</style>
background-color css
<style>
a { background-color: #A433DB; }
a { background-color: rgb(164,51,219); }
div.DivClassName
{
background-color: #A433DB;
}
.BgClassName
{
background-color: #A433DB;
}
</style>
border-color css
<style>
span { border-color: #A433DB; }
span { border-color: rgb(164,51,219); }
td.TdClassName
{
border-color: #A433DB;
}
.TagClassName
{
border-color: #A433DB;
}
</style>