Shades of Dark Orchid #A134BE
Tints of Dark Orchid #A134BE
RGB
CMYK
RGB Variations
Color information
#A134BE (or 0xA134BE) is known color: Dark Orchid. HEX triplet: A1, 34 and BE. RGB value is (161,52,190). Sum of RGB (Red+Green+Blue) = 161+52+190=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #A134BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134BE is #5ECB41. Grayscale: #636363. Windows color (decimal): -6212418 or 12465313. OLE color: 12465313.
HSL color Cylindrical-coordinate representation of color #A134BE: hue angle of 287.39º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A134BE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 52 | 190 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.25 |
| HSL | 287.39º | 0.57% | 0.47% | - |
| HSV(B) | 287.39º | 0.73% | 0.75% | - |
| XYZ | 25.22 | 13.75 | 50.04 | - |
| YUV | 100.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 190 | 0.15 | 0.73 | 0 | 0.25 | 287.39 | 0.57 | 0.47 |
| Hex | A1 | 34 | BE | F | 49 | 0 | 19 | 11F | 39 | 2F |
| Octal | 241 | 64 | 276 | 17 | 111 | 0 | 31 | 437 | 71 | 57 |
| Binary | 10100001 | 110100 | 10111110 | 1111 | 1001001 | 0 | 11001 | 100011111 | 111001 | 101111 |
Color Harmonies of #A134BE
Complementary color
Monochromatic Colors of #A134BE
Black with #A134BE
Text Example
Text Example
White with #A134BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134BE; }
p { color: rgb(161,52,190); }
H1.HeaderClassName
{
color: #A134BE;
}
.AnyTagClassName
{
color: #A134BE;
}
</style>
background-color css
<style>
a { background-color: #A134BE; }
a { background-color: rgb(161,52,190); }
div.DivClassName
{
background-color: #A134BE;
}
.BgClassName
{
background-color: #A134BE;
}
</style>
border-color css
<style>
span { border-color: #A134BE; }
span { border-color: rgb(161,52,190); }
td.TdClassName
{
border-color: #A134BE;
}
.TagClassName
{
border-color: #A134BE;
}
</style>