Shades of Dark Orchid #A42ABB
Tints of Dark Orchid #A42ABB
RGB
CMYK
RGB Variations
Color information
#A42ABB (or 0xA42ABB) is known color: Dark Orchid. HEX triplet: A4, 2A and BB. RGB value is (164,42,187). Sum of RGB (Red+Green+Blue) = 164+42+187=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #A42ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ABB is #5BD544. Grayscale: #5E5E5E. Windows color (decimal): -6018373 or 12266148. OLE color: 12266148.
HSL color Cylindrical-coordinate representation of color #A42ABB: hue angle of 290.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42ABB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 42 | 187 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.27 |
| HSL | 290.48º | 0.63% | 0.45% | - |
| HSV(B) | 290.48º | 0.78% | 0.73% | - |
| XYZ | 25.11 | 13.14 | 48.23 | - |
| YUV | 95.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 187 | 0.12 | 0.78 | 0 | 0.27 | 290.48 | 0.63 | 0.45 |
| Hex | A4 | 2A | BB | C | 4E | 0 | 1B | 122 | 3F | 2D |
| Octal | 244 | 52 | 273 | 14 | 116 | 0 | 33 | 442 | 77 | 55 |
| Binary | 10100100 | 101010 | 10111011 | 1100 | 1001110 | 0 | 11011 | 100100010 | 111111 | 101101 |
Color Harmonies of #A42ABB
Complementary color
Monochromatic Colors of #A42ABB
Black with #A42ABB
Text Example
Text Example
White with #A42ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42ABB; }
p { color: rgb(164,42,187); }
H1.HeaderClassName
{
color: #A42ABB;
}
.AnyTagClassName
{
color: #A42ABB;
}
</style>
background-color css
<style>
a { background-color: #A42ABB; }
a { background-color: rgb(164,42,187); }
div.DivClassName
{
background-color: #A42ABB;
}
.BgClassName
{
background-color: #A42ABB;
}
</style>
border-color css
<style>
span { border-color: #A42ABB; }
span { border-color: rgb(164,42,187); }
td.TdClassName
{
border-color: #A42ABB;
}
.TagClassName
{
border-color: #A42ABB;
}
</style>