Shades of Dark Orchid #A427DB
Tints of Dark Orchid #A427DB
RGB
CMYK
RGB Variations
Color information
#A427DB (or 0xA427DB) is known color: Dark Orchid. HEX triplet: A4, 27 and DB. RGB value is (164,39,219). Sum of RGB (Red+Green+Blue) = 164+39+219=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #A427DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427DB is #5BD824. Grayscale: #606060. Windows color (decimal): -6019109 or 14362532. OLE color: 14362532.
HSL color Cylindrical-coordinate representation of color #A427DB: hue angle of 281.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A427DB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 39 | 219 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.14 |
| HSL | 281.67º | 0.71% | 0.51% | - |
| HSV(B) | 281.67º | 0.82% | 0.86% | - |
| XYZ | 28.82 | 14.46 | 68.29 | - |
| YUV | 96.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 219 | 0.25 | 0.82 | 0 | 0.14 | 281.67 | 0.71 | 0.51 |
| Hex | A4 | 27 | DB | 19 | 52 | 0 | E | 11A | 47 | 33 |
| Octal | 244 | 47 | 333 | 31 | 122 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100100 | 100111 | 11011011 | 11001 | 1010010 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A427DB
Complementary color
Monochromatic Colors of #A427DB
Black with #A427DB
Text Example
Text Example
White with #A427DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A427DB; }
p { color: rgb(164,39,219); }
H1.HeaderClassName
{
color: #A427DB;
}
.AnyTagClassName
{
color: #A427DB;
}
</style>
background-color css
<style>
a { background-color: #A427DB; }
a { background-color: rgb(164,39,219); }
div.DivClassName
{
background-color: #A427DB;
}
.BgClassName
{
background-color: #A427DB;
}
</style>
border-color css
<style>
span { border-color: #A427DB; }
span { border-color: rgb(164,39,219); }
td.TdClassName
{
border-color: #A427DB;
}
.TagClassName
{
border-color: #A427DB;
}
</style>