Shades of Dark Orchid #A42BCA
Tints of Dark Orchid #A42BCA
RGB
CMYK
RGB Variations
Color information
#A42BCA (or 0xA42BCA) is known color: Dark Orchid. HEX triplet: A4, 2B and CA. RGB value is (164,43,202). Sum of RGB (Red+Green+Blue) = 164+43+202=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #A42BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BCA is #5BD435. Grayscale: #606060. Windows color (decimal): -6018102 or 13249444. OLE color: 13249444.
HSL color Cylindrical-coordinate representation of color #A42BCA: hue angle of 285.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42BCA is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 43 | 202 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.21 |
| HSL | 285.66º | 0.65% | 0.48% | - |
| HSV(B) | 285.66º | 0.79% | 0.79% | - |
| XYZ | 26.83 | 13.88 | 57.14 | - |
| YUV | 97.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 202 | 0.19 | 0.79 | 0 | 0.21 | 285.66 | 0.65 | 0.48 |
| Hex | A4 | 2B | CA | 13 | 4F | 0 | 15 | 11E | 41 | 30 |
| Octal | 244 | 53 | 312 | 23 | 117 | 0 | 25 | 436 | 101 | 60 |
| Binary | 10100100 | 101011 | 11001010 | 10011 | 1001111 | 0 | 10101 | 100011110 | 1000001 | 110000 |
Color Harmonies of #A42BCA
Complementary color
Monochromatic Colors of #A42BCA
Black with #A42BCA
Text Example
Text Example
White with #A42BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BCA; }
p { color: rgb(164,43,202); }
H1.HeaderClassName
{
color: #A42BCA;
}
.AnyTagClassName
{
color: #A42BCA;
}
</style>
background-color css
<style>
a { background-color: #A42BCA; }
a { background-color: rgb(164,43,202); }
div.DivClassName
{
background-color: #A42BCA;
}
.BgClassName
{
background-color: #A42BCA;
}
</style>
border-color css
<style>
span { border-color: #A42BCA; }
span { border-color: rgb(164,43,202); }
td.TdClassName
{
border-color: #A42BCA;
}
.TagClassName
{
border-color: #A42BCA;
}
</style>