Shades of Dark Orchid #A14BE5
Tints of Dark Orchid #A14BE5
RGB
CMYK
RGB Variations
Color information
#A14BE5 (or 0xA14BE5) is known color: Dark Orchid. HEX triplet: A1, 4B and E5. RGB value is (161,75,229). Sum of RGB (Red+Green+Blue) = 161+75+229=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #A14BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BE5 is #5EB41A. Grayscale: #757575. Windows color (decimal): -6206491 or 15027105. OLE color: 15027105.
HSL color Cylindrical-coordinate representation of color #A14BE5: hue angle of 273.51º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14BE5 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 75 | 229 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.10 |
| HSL | 273.51º | 0.75% | 0.6% | - |
| HSV(B) | 273.51º | 0.67% | 0.9% | - |
| XYZ | 31.36 | 18.27 | 76 | - |
| YUV | 118.27 | 190.49 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 229 | 0.30 | 0.67 | 0 | 0.10 | 273.51 | 0.75 | 0.6 |
| Hex | A1 | 4B | E5 | 1E | 43 | 0 | A | 112 | 4B | 3C |
| Octal | 241 | 113 | 345 | 36 | 103 | 0 | 12 | 422 | 113 | 74 |
| Binary | 10100001 | 1001011 | 11100101 | 11110 | 1000011 | 0 | 1010 | 100010010 | 1001011 | 111100 |
Color Harmonies of #A14BE5
Complementary color
Monochromatic Colors of #A14BE5
Black with #A14BE5
Text Example
Text Example
White with #A14BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BE5; }
p { color: rgb(161,75,229); }
H1.HeaderClassName
{
color: #A14BE5;
}
.AnyTagClassName
{
color: #A14BE5;
}
</style>
background-color css
<style>
a { background-color: #A14BE5; }
a { background-color: rgb(161,75,229); }
div.DivClassName
{
background-color: #A14BE5;
}
.BgClassName
{
background-color: #A14BE5;
}
</style>
border-color css
<style>
span { border-color: #A14BE5; }
span { border-color: rgb(161,75,229); }
td.TdClassName
{
border-color: #A14BE5;
}
.TagClassName
{
border-color: #A14BE5;
}
</style>