Shades of Dark Orchid #A623AA
Tints of Dark Orchid #A623AA
RGB
CMYK
RGB Variations
Color information
#A623AA (or 0xA623AA) is known color: Dark Orchid. HEX triplet: A6, 23 and AA. RGB value is (166,35,170). Sum of RGB (Red+Green+Blue) = 166+35+170=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #A623AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A623AA is #59DC55. Grayscale: #595959. Windows color (decimal): -5889110 or 11150246. OLE color: 11150246.
HSL color Cylindrical-coordinate representation of color #A623AA: hue angle of 298.22º degrees, saturation: 0.66, 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 #A623AA is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 35 | 170 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.33 |
| HSL | 298.22º | 0.66% | 0.4% | - |
| HSV(B) | 298.22º | 0.79% | 0.67% | - |
| XYZ | 23.58 | 12.21 | 39.14 | - |
| YUV | 89.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 170 | 0.02 | 0.79 | 0 | 0.33 | 298.22 | 0.66 | 0.4 |
| Hex | A6 | 23 | AA | 2 | 4F | 0 | 21 | 12A | 42 | 28 |
| Octal | 246 | 43 | 252 | 2 | 117 | 0 | 41 | 452 | 102 | 50 |
| Binary | 10100110 | 100011 | 10101010 | 10 | 1001111 | 0 | 100001 | 100101010 | 1000010 | 101000 |
Color Harmonies of #A623AA
Complementary color
Monochromatic Colors of #A623AA
Black with #A623AA
Text Example
Text Example
White with #A623AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623AA; }
p { color: rgb(166,35,170); }
H1.HeaderClassName
{
color: #A623AA;
}
.AnyTagClassName
{
color: #A623AA;
}
</style>
background-color css
<style>
a { background-color: #A623AA; }
a { background-color: rgb(166,35,170); }
div.DivClassName
{
background-color: #A623AA;
}
.BgClassName
{
background-color: #A623AA;
}
</style>
border-color css
<style>
span { border-color: #A623AA; }
span { border-color: rgb(166,35,170); }
td.TdClassName
{
border-color: #A623AA;
}
.TagClassName
{
border-color: #A623AA;
}
</style>