Shades of Dark Orchid #A82DC4
Tints of Dark Orchid #A82DC4
RGB
CMYK
RGB Variations
Color information
#A82DC4 (or 0xA82DC4) is known color: Dark Orchid. HEX triplet: A8, 2D and C4. RGB value is (168,45,196). Sum of RGB (Red+Green+Blue) = 168+45+196=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #A82DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DC4 is #57D23B. Grayscale: #626262. Windows color (decimal): -5755452 or 12856744. OLE color: 12856744.
HSL color Cylindrical-coordinate representation of color #A82DC4: hue angle of 288.87º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82DC4 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 45 | 196 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.23 |
| HSL | 288.87º | 0.63% | 0.47% | - |
| HSV(B) | 288.87º | 0.77% | 0.77% | - |
| XYZ | 27.05 | 14.19 | 53.54 | - |
| YUV | 98.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 196 | 0.14 | 0.77 | 0 | 0.23 | 288.87 | 0.63 | 0.47 |
| Hex | A8 | 2D | C4 | E | 4D | 0 | 17 | 121 | 3F | 2F |
| Octal | 250 | 55 | 304 | 16 | 115 | 0 | 27 | 441 | 77 | 57 |
| Binary | 10101000 | 101101 | 11000100 | 1110 | 1001101 | 0 | 10111 | 100100001 | 111111 | 101111 |
Color Harmonies of #A82DC4
Complementary color
Monochromatic Colors of #A82DC4
Black with #A82DC4
Text Example
Text Example
White with #A82DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DC4; }
p { color: rgb(168,45,196); }
H1.HeaderClassName
{
color: #A82DC4;
}
.AnyTagClassName
{
color: #A82DC4;
}
</style>
background-color css
<style>
a { background-color: #A82DC4; }
a { background-color: rgb(168,45,196); }
div.DivClassName
{
background-color: #A82DC4;
}
.BgClassName
{
background-color: #A82DC4;
}
</style>
border-color css
<style>
span { border-color: #A82DC4; }
span { border-color: rgb(168,45,196); }
td.TdClassName
{
border-color: #A82DC4;
}
.TagClassName
{
border-color: #A82DC4;
}
</style>