Shades of Dark Orchid #A134CB
Tints of Dark Orchid #A134CB
RGB
CMYK
RGB Variations
Color information
#A134CB (or 0xA134CB) is known color: Dark Orchid. HEX triplet: A1, 34 and CB. RGB value is (161,52,203). Sum of RGB (Red+Green+Blue) = 161+52+203=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #A134CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134CB is #5ECB34. Grayscale: #656565. Windows color (decimal): -6212405 or 13317281. OLE color: 13317281.
HSL color Cylindrical-coordinate representation of color #A134CB: hue angle of 283.31º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A134CB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 52 | 203 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.20 |
| HSL | 283.31º | 0.59% | 0.5% | - |
| HSV(B) | 283.31º | 0.74% | 0.8% | - |
| XYZ | 26.71 | 14.34 | 57.86 | - |
| YUV | 101.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 203 | 0.21 | 0.74 | 0 | 0.20 | 283.31 | 0.59 | 0.5 |
| Hex | A1 | 34 | CB | 15 | 4A | 0 | 14 | 11B | 3B | 32 |
| Octal | 241 | 64 | 313 | 25 | 112 | 0 | 24 | 433 | 73 | 62 |
| Binary | 10100001 | 110100 | 11001011 | 10101 | 1001010 | 0 | 10100 | 100011011 | 111011 | 110010 |
Color Harmonies of #A134CB
Complementary color
Monochromatic Colors of #A134CB
Black with #A134CB
Text Example
Text Example
White with #A134CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134CB; }
p { color: rgb(161,52,203); }
H1.HeaderClassName
{
color: #A134CB;
}
.AnyTagClassName
{
color: #A134CB;
}
</style>
background-color css
<style>
a { background-color: #A134CB; }
a { background-color: rgb(161,52,203); }
div.DivClassName
{
background-color: #A134CB;
}
.BgClassName
{
background-color: #A134CB;
}
</style>
border-color css
<style>
span { border-color: #A134CB; }
span { border-color: rgb(161,52,203); }
td.TdClassName
{
border-color: #A134CB;
}
.TagClassName
{
border-color: #A134CB;
}
</style>