Shades of Dark Orchid #A624C2
Tints of Dark Orchid #A624C2
RGB
CMYK
RGB Variations
Color information
#A624C2 (or 0xA624C2) is known color: Dark Orchid. HEX triplet: A6, 24 and C2. RGB value is (166,36,194). Sum of RGB (Red+Green+Blue) = 166+36+194=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #A624C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624C2 is #59DB3D. Grayscale: #5C5C5C. Windows color (decimal): -5888830 or 12723366. OLE color: 12723366.
HSL color Cylindrical-coordinate representation of color #A624C2: hue angle of 289.37º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A624C2 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 36 | 194 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.24 |
| HSL | 289.37º | 0.69% | 0.45% | - |
| HSV(B) | 289.37º | 0.81% | 0.76% | - |
| XYZ | 26.09 | 13.26 | 52.22 | - |
| YUV | 92.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 194 | 0.14 | 0.81 | 0 | 0.24 | 289.37 | 0.69 | 0.45 |
| Hex | A6 | 24 | C2 | E | 51 | 0 | 18 | 121 | 45 | 2D |
| Octal | 246 | 44 | 302 | 16 | 121 | 0 | 30 | 441 | 105 | 55 |
| Binary | 10100110 | 100100 | 11000010 | 1110 | 1010001 | 0 | 11000 | 100100001 | 1000101 | 101101 |
Color Harmonies of #A624C2
Complementary color
Monochromatic Colors of #A624C2
Black with #A624C2
Text Example
Text Example
White with #A624C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624C2; }
p { color: rgb(166,36,194); }
H1.HeaderClassName
{
color: #A624C2;
}
.AnyTagClassName
{
color: #A624C2;
}
</style>
background-color css
<style>
a { background-color: #A624C2; }
a { background-color: rgb(166,36,194); }
div.DivClassName
{
background-color: #A624C2;
}
.BgClassName
{
background-color: #A624C2;
}
</style>
border-color css
<style>
span { border-color: #A624C2; }
span { border-color: rgb(166,36,194); }
td.TdClassName
{
border-color: #A624C2;
}
.TagClassName
{
border-color: #A624C2;
}
</style>