Shades of Dark Orchid #A134BF
Tints of Dark Orchid #A134BF
RGB
CMYK
RGB Variations
Color information
#A134BF (or 0xA134BF) is known color: Dark Orchid. HEX triplet: A1, 34 and BF. RGB value is (161,52,191). Sum of RGB (Red+Green+Blue) = 161+52+191=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #A134BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134BF is #5ECB40. Grayscale: #636363. Windows color (decimal): -6212417 or 12530849. OLE color: 12530849.
HSL color Cylindrical-coordinate representation of color #A134BF: hue angle of 287.05º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A134BF is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 52 | 191 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.25 |
| HSL | 287.05º | 0.57% | 0.48% | - |
| HSV(B) | 287.05º | 0.73% | 0.75% | - |
| XYZ | 25.33 | 13.79 | 50.62 | - |
| YUV | 100.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 191 | 0.16 | 0.73 | 0 | 0.25 | 287.05 | 0.57 | 0.48 |
| Hex | A1 | 34 | BF | 10 | 49 | 0 | 19 | 11F | 39 | 30 |
| Octal | 241 | 64 | 277 | 20 | 111 | 0 | 31 | 437 | 71 | 60 |
| Binary | 10100001 | 110100 | 10111111 | 10000 | 1001001 | 0 | 11001 | 100011111 | 111001 | 110000 |
Color Harmonies of #A134BF
Complementary color
Monochromatic Colors of #A134BF
Black with #A134BF
Text Example
Text Example
White with #A134BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134BF; }
p { color: rgb(161,52,191); }
H1.HeaderClassName
{
color: #A134BF;
}
.AnyTagClassName
{
color: #A134BF;
}
</style>
background-color css
<style>
a { background-color: #A134BF; }
a { background-color: rgb(161,52,191); }
div.DivClassName
{
background-color: #A134BF;
}
.BgClassName
{
background-color: #A134BF;
}
</style>
border-color css
<style>
span { border-color: #A134BF; }
span { border-color: rgb(161,52,191); }
td.TdClassName
{
border-color: #A134BF;
}
.TagClassName
{
border-color: #A134BF;
}
</style>