Shades of Dark Orchid #A62BE5
Tints of Dark Orchid #A62BE5
RGB
CMYK
RGB Variations
Color information
#A62BE5 (or 0xA62BE5) is known color: Dark Orchid. HEX triplet: A6, 2B and E5. RGB value is (166,43,229). Sum of RGB (Red+Green+Blue) = 166+43+229=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #A62BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BE5 is #59D41A. Grayscale: #646464. Windows color (decimal): -5887003 or 15018918. OLE color: 15018918.
HSL color Cylindrical-coordinate representation of color #A62BE5: hue angle of 279.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62BE5 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 43 | 229 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.10 |
| HSL | 279.68º | 0.78% | 0.53% | - |
| HSV(B) | 279.68º | 0.81% | 0.9% | - |
| XYZ | 30.73 | 15.49 | 75.5 | - |
| YUV | 100.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 229 | 0.28 | 0.81 | 0 | 0.10 | 279.68 | 0.78 | 0.53 |
| Hex | A6 | 2B | E5 | 1C | 51 | 0 | A | 118 | 4E | 35 |
| Octal | 246 | 53 | 345 | 34 | 121 | 0 | 12 | 430 | 116 | 65 |
| Binary | 10100110 | 101011 | 11100101 | 11100 | 1010001 | 0 | 1010 | 100011000 | 1001110 | 110101 |
Color Harmonies of #A62BE5
Complementary color
Monochromatic Colors of #A62BE5
Black with #A62BE5
Text Example
Text Example
White with #A62BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BE5; }
p { color: rgb(166,43,229); }
H1.HeaderClassName
{
color: #A62BE5;
}
.AnyTagClassName
{
color: #A62BE5;
}
</style>
background-color css
<style>
a { background-color: #A62BE5; }
a { background-color: rgb(166,43,229); }
div.DivClassName
{
background-color: #A62BE5;
}
.BgClassName
{
background-color: #A62BE5;
}
</style>
border-color css
<style>
span { border-color: #A62BE5; }
span { border-color: rgb(166,43,229); }
td.TdClassName
{
border-color: #A62BE5;
}
.TagClassName
{
border-color: #A62BE5;
}
</style>