Shades of Dark Orchid #A242CA
Tints of Dark Orchid #A242CA
RGB
CMYK
RGB Variations
Color information
#A242CA (or 0xA242CA) is known color: Dark Orchid. HEX triplet: A2, 42 and CA. RGB value is (162,66,202). Sum of RGB (Red+Green+Blue) = 162+66+202=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A242CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242CA is #5DBD35. Grayscale: #6D6D6D. Windows color (decimal): -6143286 or 13255330. OLE color: 13255330.
HSL color Cylindrical-coordinate representation of color #A242CA: hue angle of 282.35º 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 #A242CA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 66 | 202 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.21 |
| HSL | 282.35º | 0.56% | 0.53% | - |
| HSV(B) | 282.35º | 0.67% | 0.79% | - |
| XYZ | 27.51 | 15.84 | 57.49 | - |
| YUV | 110.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 202 | 0.20 | 0.67 | 0 | 0.21 | 282.35 | 0.56 | 0.53 |
| Hex | A2 | 42 | CA | 14 | 43 | 0 | 15 | 11A | 38 | 35 |
| Octal | 242 | 102 | 312 | 24 | 103 | 0 | 25 | 432 | 70 | 65 |
| Binary | 10100010 | 1000010 | 11001010 | 10100 | 1000011 | 0 | 10101 | 100011010 | 111000 | 110101 |
Color Harmonies of #A242CA
Complementary color
Monochromatic Colors of #A242CA
Black with #A242CA
Text Example
Text Example
White with #A242CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242CA; }
p { color: rgb(162,66,202); }
H1.HeaderClassName
{
color: #A242CA;
}
.AnyTagClassName
{
color: #A242CA;
}
</style>
background-color css
<style>
a { background-color: #A242CA; }
a { background-color: rgb(162,66,202); }
div.DivClassName
{
background-color: #A242CA;
}
.BgClassName
{
background-color: #A242CA;
}
</style>
border-color css
<style>
span { border-color: #A242CA; }
span { border-color: rgb(162,66,202); }
td.TdClassName
{
border-color: #A242CA;
}
.TagClassName
{
border-color: #A242CA;
}
</style>