Shades of Dark Orchid #A134CA
Tints of Dark Orchid #A134CA
RGB
CMYK
RGB Variations
Color information
#A134CA (or 0xA134CA) is known color: Dark Orchid. HEX triplet: A1, 34 and CA. RGB value is (161,52,202). Sum of RGB (Red+Green+Blue) = 161+52+202=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #A134CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134CA is #5ECB35. Grayscale: #656565. Windows color (decimal): -6212406 or 13251745. OLE color: 13251745.
HSL color Cylindrical-coordinate representation of color #A134CA: hue angle of 283.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A134CA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 52 | 202 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.21 |
| HSL | 283.6º | 0.59% | 0.5% | - |
| HSV(B) | 283.6º | 0.74% | 0.79% | - |
| XYZ | 26.59 | 14.3 | 57.24 | - |
| YUV | 101.69 | 184.61 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 202 | 0.20 | 0.74 | 0 | 0.21 | 283.6 | 0.59 | 0.5 |
| Hex | A1 | 34 | CA | 14 | 4A | 0 | 15 | 11C | 3B | 32 |
| Octal | 241 | 64 | 312 | 24 | 112 | 0 | 25 | 434 | 73 | 62 |
| Binary | 10100001 | 110100 | 11001010 | 10100 | 1001010 | 0 | 10101 | 100011100 | 111011 | 110010 |
Color Harmonies of #A134CA
Complementary color
Monochromatic Colors of #A134CA
Black with #A134CA
Text Example
Text Example
White with #A134CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134CA; }
p { color: rgb(161,52,202); }
H1.HeaderClassName
{
color: #A134CA;
}
.AnyTagClassName
{
color: #A134CA;
}
</style>
background-color css
<style>
a { background-color: #A134CA; }
a { background-color: rgb(161,52,202); }
div.DivClassName
{
background-color: #A134CA;
}
.BgClassName
{
background-color: #A134CA;
}
</style>
border-color css
<style>
span { border-color: #A134CA; }
span { border-color: rgb(161,52,202); }
td.TdClassName
{
border-color: #A134CA;
}
.TagClassName
{
border-color: #A134CA;
}
</style>