Shades of Dark Orchid #A042CA
Tints of Dark Orchid #A042CA
RGB
CMYK
RGB Variations
Color information
#A042CA (or 0xA042CA) is known color: Dark Orchid. HEX triplet: A0, 42 and CA. RGB value is (160,66,202). Sum of RGB (Red+Green+Blue) = 160+66+202=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #A042CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042CA is #5FBD35. Grayscale: #6D6D6D. Windows color (decimal): -6274358 or 13255328. OLE color: 13255328.
HSL color Cylindrical-coordinate representation of color #A042CA: hue angle of 281.47º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A042CA is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 66 | 202 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.21 |
| HSL | 281.47º | 0.56% | 0.53% | - |
| HSV(B) | 281.47º | 0.67% | 0.79% | - |
| XYZ | 27.11 | 15.63 | 57.47 | - |
| YUV | 109.61 | 180.14 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 202 | 0.21 | 0.67 | 0 | 0.21 | 281.47 | 0.56 | 0.53 |
| Hex | A0 | 42 | CA | 15 | 43 | 0 | 15 | 119 | 38 | 35 |
| Octal | 240 | 102 | 312 | 25 | 103 | 0 | 25 | 431 | 70 | 65 |
| Binary | 10100000 | 1000010 | 11001010 | 10101 | 1000011 | 0 | 10101 | 100011001 | 111000 | 110101 |
Color Harmonies of #A042CA
Complementary color
Monochromatic Colors of #A042CA
Black with #A042CA
Text Example
Text Example
White with #A042CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042CA; }
p { color: rgb(160,66,202); }
H1.HeaderClassName
{
color: #A042CA;
}
.AnyTagClassName
{
color: #A042CA;
}
</style>
background-color css
<style>
a { background-color: #A042CA; }
a { background-color: rgb(160,66,202); }
div.DivClassName
{
background-color: #A042CA;
}
.BgClassName
{
background-color: #A042CA;
}
</style>
border-color css
<style>
span { border-color: #A042CA; }
span { border-color: rgb(160,66,202); }
td.TdClassName
{
border-color: #A042CA;
}
.TagClassName
{
border-color: #A042CA;
}
</style>