Shades of Dark Orchid #A62CE0
Tints of Dark Orchid #A62CE0
RGB
CMYK
RGB Variations
Color information
#A62CE0 (or 0xA62CE0) is known color: Dark Orchid. HEX triplet: A6, 2C and E0. RGB value is (166,44,224). Sum of RGB (Red+Green+Blue) = 166+44+224=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #A62CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CE0 is #59D31F. Grayscale: #646464. Windows color (decimal): -5886752 or 14691494. OLE color: 14691494.
HSL color Cylindrical-coordinate representation of color #A62CE0: hue angle of 280.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62CE0 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 44 | 224 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.12 |
| HSL | 280.67º | 0.74% | 0.53% | - |
| HSV(B) | 280.67º | 0.8% | 0.88% | - |
| XYZ | 30.08 | 15.29 | 71.89 | - |
| YUV | 101 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 224 | 0.26 | 0.80 | 0 | 0.12 | 280.67 | 0.74 | 0.53 |
| Hex | A6 | 2C | E0 | 1A | 50 | 0 | C | 119 | 4A | 35 |
| Octal | 246 | 54 | 340 | 32 | 120 | 0 | 14 | 431 | 112 | 65 |
| Binary | 10100110 | 101100 | 11100000 | 11010 | 1010000 | 0 | 1100 | 100011001 | 1001010 | 110101 |
Color Harmonies of #A62CE0
Complementary color
Monochromatic Colors of #A62CE0
Black with #A62CE0
Text Example
Text Example
White with #A62CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CE0; }
p { color: rgb(166,44,224); }
H1.HeaderClassName
{
color: #A62CE0;
}
.AnyTagClassName
{
color: #A62CE0;
}
</style>
background-color css
<style>
a { background-color: #A62CE0; }
a { background-color: rgb(166,44,224); }
div.DivClassName
{
background-color: #A62CE0;
}
.BgClassName
{
background-color: #A62CE0;
}
</style>
border-color css
<style>
span { border-color: #A62CE0; }
span { border-color: rgb(166,44,224); }
td.TdClassName
{
border-color: #A62CE0;
}
.TagClassName
{
border-color: #A62CE0;
}
</style>