Shades of Dark Orchid #A624AA
Tints of Dark Orchid #A624AA
RGB
CMYK
RGB Variations
Color information
#A624AA (or 0xA624AA) is known color: Dark Orchid. HEX triplet: A6, 24 and AA. RGB value is (166,36,170). Sum of RGB (Red+Green+Blue) = 166+36+170=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #A624AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624AA is #59DB55. Grayscale: #595959. Windows color (decimal): -5888854 or 11150502. OLE color: 11150502.
HSL color Cylindrical-coordinate representation of color #A624AA: hue angle of 298.21º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A624AA is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 36 | 170 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.33 |
| HSL | 298.21º | 0.65% | 0.4% | - |
| HSV(B) | 298.21º | 0.79% | 0.67% | - |
| XYZ | 23.61 | 12.27 | 39.15 | - |
| YUV | 90.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 170 | 0.02 | 0.79 | 0 | 0.33 | 298.21 | 0.65 | 0.4 |
| Hex | A6 | 24 | AA | 2 | 4F | 0 | 21 | 12A | 41 | 28 |
| Octal | 246 | 44 | 252 | 2 | 117 | 0 | 41 | 452 | 101 | 50 |
| Binary | 10100110 | 100100 | 10101010 | 10 | 1001111 | 0 | 100001 | 100101010 | 1000001 | 101000 |
Color Harmonies of #A624AA
Complementary color
Monochromatic Colors of #A624AA
Black with #A624AA
Text Example
Text Example
White with #A624AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624AA; }
p { color: rgb(166,36,170); }
H1.HeaderClassName
{
color: #A624AA;
}
.AnyTagClassName
{
color: #A624AA;
}
</style>
background-color css
<style>
a { background-color: #A624AA; }
a { background-color: rgb(166,36,170); }
div.DivClassName
{
background-color: #A624AA;
}
.BgClassName
{
background-color: #A624AA;
}
</style>
border-color css
<style>
span { border-color: #A624AA; }
span { border-color: rgb(166,36,170); }
td.TdClassName
{
border-color: #A624AA;
}
.TagClassName
{
border-color: #A624AA;
}
</style>