Shades of Dark Orchid #A24BDA
Tints of Dark Orchid #A24BDA
RGB
CMYK
RGB Variations
Color information
#A24BDA (or 0xA24BDA) is known color: Dark Orchid. HEX triplet: A2, 4B and DA. RGB value is (162,75,218). Sum of RGB (Red+Green+Blue) = 162+75+218=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #A24BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BDA is #5DB425. Grayscale: #747474. Windows color (decimal): -6140966 or 14306210. OLE color: 14306210.
HSL color Cylindrical-coordinate representation of color #A24BDA: hue angle of 276.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24BDA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 75 | 218 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.15 |
| HSL | 276.5º | 0.66% | 0.57% | - |
| HSV(B) | 276.5º | 0.66% | 0.85% | - |
| XYZ | 30.07 | 17.78 | 68.18 | - |
| YUV | 117.32 | 184.82 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 218 | 0.26 | 0.66 | 0 | 0.15 | 276.5 | 0.66 | 0.57 |
| Hex | A2 | 4B | DA | 1A | 42 | 0 | F | 115 | 42 | 39 |
| Octal | 242 | 113 | 332 | 32 | 102 | 0 | 17 | 425 | 102 | 71 |
| Binary | 10100010 | 1001011 | 11011010 | 11010 | 1000010 | 0 | 1111 | 100010101 | 1000010 | 111001 |
Color Harmonies of #A24BDA
Complementary color
Monochromatic Colors of #A24BDA
Black with #A24BDA
Text Example
Text Example
White with #A24BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BDA; }
p { color: rgb(162,75,218); }
H1.HeaderClassName
{
color: #A24BDA;
}
.AnyTagClassName
{
color: #A24BDA;
}
</style>
background-color css
<style>
a { background-color: #A24BDA; }
a { background-color: rgb(162,75,218); }
div.DivClassName
{
background-color: #A24BDA;
}
.BgClassName
{
background-color: #A24BDA;
}
</style>
border-color css
<style>
span { border-color: #A24BDA; }
span { border-color: rgb(162,75,218); }
td.TdClassName
{
border-color: #A24BDA;
}
.TagClassName
{
border-color: #A24BDA;
}
</style>