Html Css Color HEX #A17BBE Purple Mountain's Majesty
📋 copy color: '#A17BBE'red 161 ◦ green 123 ◦ blue 190
Shades of Purple Mountain's Majesty #A17BBE
Tints of Purple Mountain's Majesty #A17BBE
RGB
CMYK
RGB Variations
Color information
#A17BBE (or 0xA17BBE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and BE. RGB value is (161,123,190). Sum of RGB (Red+Green+Blue) = 161+123+190=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A17BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BBE is #5E8441. Grayscale: #8D8D8D. Windows color (decimal): -6194242 or 12483489. OLE color: 12483489.
HSL color Cylindrical-coordinate representation of color #A17BBE: hue angle of 274.03º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17BBE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 123 | 190 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.25 |
| HSL | 274.03º | 0.34% | 0.61% | - |
| HSV(B) | 274.03º | 0.35% | 0.75% | - |
| XYZ | 31.08 | 25.46 | 51.99 | - |
| YUV | 142 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 190 | 0.15 | 0.35 | 0 | 0.25 | 274.03 | 0.34 | 0.61 |
| Hex | A1 | 7B | BE | F | 23 | 0 | 19 | 112 | 22 | 3D |
| Octal | 241 | 173 | 276 | 17 | 43 | 0 | 31 | 422 | 42 | 75 |
| Binary | 10100001 | 1111011 | 10111110 | 1111 | 100011 | 0 | 11001 | 100010010 | 100010 | 111101 |
Color Harmonies of #A17BBE
Complementary color
Monochromatic Colors of #A17BBE
Black with #A17BBE
Text Example
Text Example
White with #A17BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BBE; }
p { color: rgb(161,123,190); }
H1.HeaderClassName
{
color: #A17BBE;
}
.AnyTagClassName
{
color: #A17BBE;
}
</style>
background-color css
<style>
a { background-color: #A17BBE; }
a { background-color: rgb(161,123,190); }
div.DivClassName
{
background-color: #A17BBE;
}
.BgClassName
{
background-color: #A17BBE;
}
</style>
border-color css
<style>
span { border-color: #A17BBE; }
span { border-color: rgb(161,123,190); }
td.TdClassName
{
border-color: #A17BBE;
}
.TagClassName
{
border-color: #A17BBE;
}
</style>