Shades of Dark Orchid #A14BE7
Tints of Dark Orchid #A14BE7
RGB
CMYK
RGB Variations
Color information
#A14BE7 (or 0xA14BE7) is known color: Dark Orchid. HEX triplet: A1, 4B and E7. RGB value is (161,75,231). Sum of RGB (Red+Green+Blue) = 161+75+231=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #A14BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14BE7 is #5EB418. Grayscale: #757575. Windows color (decimal): -6206489 or 15158177. OLE color: 15158177.
HSL color Cylindrical-coordinate representation of color #A14BE7: hue angle of 273.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14BE7 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 75 | 231 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.09 |
| HSL | 273.08º | 0.76% | 0.6% | - |
| HSV(B) | 273.08º | 0.68% | 0.91% | - |
| XYZ | 31.64 | 18.38 | 77.48 | - |
| YUV | 118.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 231 | 0.30 | 0.68 | 0 | 0.09 | 273.08 | 0.76 | 0.6 |
| Hex | A1 | 4B | E7 | 1E | 44 | 0 | 9 | 111 | 4C | 3C |
| Octal | 241 | 113 | 347 | 36 | 104 | 0 | 11 | 421 | 114 | 74 |
| Binary | 10100001 | 1001011 | 11100111 | 11110 | 1000100 | 0 | 1001 | 100010001 | 1001100 | 111100 |
Color Harmonies of #A14BE7
Complementary color
Monochromatic Colors of #A14BE7
Black with #A14BE7
Text Example
Text Example
White with #A14BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BE7; }
p { color: rgb(161,75,231); }
H1.HeaderClassName
{
color: #A14BE7;
}
.AnyTagClassName
{
color: #A14BE7;
}
</style>
background-color css
<style>
a { background-color: #A14BE7; }
a { background-color: rgb(161,75,231); }
div.DivClassName
{
background-color: #A14BE7;
}
.BgClassName
{
background-color: #A14BE7;
}
</style>
border-color css
<style>
span { border-color: #A14BE7; }
span { border-color: rgb(161,75,231); }
td.TdClassName
{
border-color: #A14BE7;
}
.TagClassName
{
border-color: #A14BE7;
}
</style>