Shades of Dark Orchid #A62DDA
Tints of Dark Orchid #A62DDA
RGB
CMYK
RGB Variations
Color information
#A62DDA (or 0xA62DDA) is known color: Dark Orchid. HEX triplet: A6, 2D and DA. RGB value is (166,45,218). Sum of RGB (Red+Green+Blue) = 166+45+218=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A62DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DDA is #59D225. Grayscale: #646464. Windows color (decimal): -5886502 or 14298534. OLE color: 14298534.
HSL color Cylindrical-coordinate representation of color #A62DDA: hue angle of 281.97º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62DDA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 45 | 218 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.15 |
| HSL | 281.97º | 0.7% | 0.52% | - |
| HSV(B) | 281.97º | 0.79% | 0.85% | - |
| XYZ | 29.32 | 15.05 | 67.69 | - |
| YUV | 100.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 218 | 0.24 | 0.79 | 0 | 0.15 | 281.97 | 0.7 | 0.52 |
| Hex | A6 | 2D | DA | 18 | 4F | 0 | F | 11A | 46 | 34 |
| Octal | 246 | 55 | 332 | 30 | 117 | 0 | 17 | 432 | 106 | 64 |
| Binary | 10100110 | 101101 | 11011010 | 11000 | 1001111 | 0 | 1111 | 100011010 | 1000110 | 110100 |
Color Harmonies of #A62DDA
Complementary color
Monochromatic Colors of #A62DDA
Black with #A62DDA
Text Example
Text Example
White with #A62DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DDA; }
p { color: rgb(166,45,218); }
H1.HeaderClassName
{
color: #A62DDA;
}
.AnyTagClassName
{
color: #A62DDA;
}
</style>
background-color css
<style>
a { background-color: #A62DDA; }
a { background-color: rgb(166,45,218); }
div.DivClassName
{
background-color: #A62DDA;
}
.BgClassName
{
background-color: #A62DDA;
}
</style>
border-color css
<style>
span { border-color: #A62DDA; }
span { border-color: rgb(166,45,218); }
td.TdClassName
{
border-color: #A62DDA;
}
.TagClassName
{
border-color: #A62DDA;
}
</style>