Shades of Dark Orchid #A134C2
Tints of Dark Orchid #A134C2
RGB
CMYK
RGB Variations
Color information
#A134C2 (or 0xA134C2) is known color: Dark Orchid. HEX triplet: A1, 34 and C2. RGB value is (161,52,194). Sum of RGB (Red+Green+Blue) = 161+52+194=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #A134C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134C2 is #5ECB3D. Grayscale: #646464. Windows color (decimal): -6212414 or 12727457. OLE color: 12727457.
HSL color Cylindrical-coordinate representation of color #A134C2: hue angle of 286.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A134C2 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 52 | 194 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.24 |
| HSL | 286.06º | 0.58% | 0.48% | - |
| HSV(B) | 286.06º | 0.73% | 0.76% | - |
| XYZ | 25.66 | 13.93 | 52.37 | - |
| YUV | 100.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 194 | 0.17 | 0.73 | 0 | 0.24 | 286.06 | 0.58 | 0.48 |
| Hex | A1 | 34 | C2 | 11 | 49 | 0 | 18 | 11E | 3A | 30 |
| Octal | 241 | 64 | 302 | 21 | 111 | 0 | 30 | 436 | 72 | 60 |
| Binary | 10100001 | 110100 | 11000010 | 10001 | 1001001 | 0 | 11000 | 100011110 | 111010 | 110000 |
Color Harmonies of #A134C2
Complementary color
Monochromatic Colors of #A134C2
Black with #A134C2
Text Example
Text Example
White with #A134C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134C2; }
p { color: rgb(161,52,194); }
H1.HeaderClassName
{
color: #A134C2;
}
.AnyTagClassName
{
color: #A134C2;
}
</style>
background-color css
<style>
a { background-color: #A134C2; }
a { background-color: rgb(161,52,194); }
div.DivClassName
{
background-color: #A134C2;
}
.BgClassName
{
background-color: #A134C2;
}
</style>
border-color css
<style>
span { border-color: #A134C2; }
span { border-color: rgb(161,52,194); }
td.TdClassName
{
border-color: #A134C2;
}
.TagClassName
{
border-color: #A134C2;
}
</style>