Shades of Dark Orchid #A232DA
Tints of Dark Orchid #A232DA
RGB
CMYK
RGB Variations
Color information
#A232DA (or 0xA232DA) is known color: Dark Orchid. HEX triplet: A2, 32 and DA. RGB value is (162,50,218). Sum of RGB (Red+Green+Blue) = 162+50+218=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #A232DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232DA is #5DCD25. Grayscale: #666666. Windows color (decimal): -6147366 or 14299810. OLE color: 14299810.
HSL color Cylindrical-coordinate representation of color #A232DA: hue angle of 280º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A232DA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 50 | 218 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.15 |
| HSL | 280º | 0.69% | 0.53% | - |
| HSV(B) | 280º | 0.77% | 0.85% | - |
| XYZ | 28.7 | 15.02 | 67.72 | - |
| YUV | 102.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 218 | 0.26 | 0.77 | 0 | 0.15 | 280 | 0.69 | 0.53 |
| Hex | A2 | 32 | DA | 1A | 4D | 0 | F | 118 | 45 | 35 |
| Octal | 242 | 62 | 332 | 32 | 115 | 0 | 17 | 430 | 105 | 65 |
| Binary | 10100010 | 110010 | 11011010 | 11010 | 1001101 | 0 | 1111 | 100011000 | 1000101 | 110101 |
Color Harmonies of #A232DA
Complementary color
Monochromatic Colors of #A232DA
Black with #A232DA
Text Example
Text Example
White with #A232DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232DA; }
p { color: rgb(162,50,218); }
H1.HeaderClassName
{
color: #A232DA;
}
.AnyTagClassName
{
color: #A232DA;
}
</style>
background-color css
<style>
a { background-color: #A232DA; }
a { background-color: rgb(162,50,218); }
div.DivClassName
{
background-color: #A232DA;
}
.BgClassName
{
background-color: #A232DA;
}
</style>
border-color css
<style>
span { border-color: #A232DA; }
span { border-color: rgb(162,50,218); }
td.TdClassName
{
border-color: #A232DA;
}
.TagClassName
{
border-color: #A232DA;
}
</style>