Shades of Dark Orchid #A625DA
Tints of Dark Orchid #A625DA
RGB
CMYK
RGB Variations
Color information
#A625DA (or 0xA625DA) is known color: Dark Orchid. HEX triplet: A6, 25 and DA. RGB value is (166,37,218). Sum of RGB (Red+Green+Blue) = 166+37+218=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #A625DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A625DA is #59DA25. Grayscale: #5F5F5F. Windows color (decimal): -5888550 or 14296486. OLE color: 14296486.
HSL color Cylindrical-coordinate representation of color #A625DA: hue angle of 282.76º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A625DA is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 37 | 218 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.15 |
| HSL | 282.76º | 0.71% | 0.5% | - |
| HSV(B) | 282.76º | 0.83% | 0.85% | - |
| XYZ | 29.04 | 14.49 | 67.6 | - |
| YUV | 96.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 218 | 0.24 | 0.83 | 0 | 0.15 | 282.76 | 0.71 | 0.5 |
| Hex | A6 | 25 | DA | 18 | 53 | 0 | F | 11B | 47 | 32 |
| Octal | 246 | 45 | 332 | 30 | 123 | 0 | 17 | 433 | 107 | 62 |
| Binary | 10100110 | 100101 | 11011010 | 11000 | 1010011 | 0 | 1111 | 100011011 | 1000111 | 110010 |
Color Harmonies of #A625DA
Complementary color
Monochromatic Colors of #A625DA
Black with #A625DA
Text Example
Text Example
White with #A625DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A625DA; }
p { color: rgb(166,37,218); }
H1.HeaderClassName
{
color: #A625DA;
}
.AnyTagClassName
{
color: #A625DA;
}
</style>
background-color css
<style>
a { background-color: #A625DA; }
a { background-color: rgb(166,37,218); }
div.DivClassName
{
background-color: #A625DA;
}
.BgClassName
{
background-color: #A625DA;
}
</style>
border-color css
<style>
span { border-color: #A625DA; }
span { border-color: rgb(166,37,218); }
td.TdClassName
{
border-color: #A625DA;
}
.TagClassName
{
border-color: #A625DA;
}
</style>