Shades of Dark Orchid #A235DA
Tints of Dark Orchid #A235DA
RGB
CMYK
RGB Variations
Color information
#A235DA (or 0xA235DA) is known color: Dark Orchid. HEX triplet: A2, 35 and DA. RGB value is (162,53,218). Sum of RGB (Red+Green+Blue) = 162+53+218=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #A235DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235DA is #5DCA25. Grayscale: #676767. Windows color (decimal): -6146598 or 14300578. OLE color: 14300578.
HSL color Cylindrical-coordinate representation of color #A235DA: hue angle of 279.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A235DA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 53 | 218 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.15 |
| HSL | 279.64º | 0.69% | 0.53% | - |
| HSV(B) | 279.64º | 0.76% | 0.85% | - |
| XYZ | 28.83 | 15.29 | 67.76 | - |
| YUV | 104.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 218 | 0.26 | 0.76 | 0 | 0.15 | 279.64 | 0.69 | 0.53 |
| Hex | A2 | 35 | DA | 1A | 4C | 0 | F | 118 | 45 | 35 |
| Octal | 242 | 65 | 332 | 32 | 114 | 0 | 17 | 430 | 105 | 65 |
| Binary | 10100010 | 110101 | 11011010 | 11010 | 1001100 | 0 | 1111 | 100011000 | 1000101 | 110101 |
Color Harmonies of #A235DA
Complementary color
Monochromatic Colors of #A235DA
Black with #A235DA
Text Example
Text Example
White with #A235DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A235DA; }
p { color: rgb(162,53,218); }
H1.HeaderClassName
{
color: #A235DA;
}
.AnyTagClassName
{
color: #A235DA;
}
</style>
background-color css
<style>
a { background-color: #A235DA; }
a { background-color: rgb(162,53,218); }
div.DivClassName
{
background-color: #A235DA;
}
.BgClassName
{
background-color: #A235DA;
}
</style>
border-color css
<style>
span { border-color: #A235DA; }
span { border-color: rgb(162,53,218); }
td.TdClassName
{
border-color: #A235DA;
}
.TagClassName
{
border-color: #A235DA;
}
</style>