Html Css Color HEX #A081BD Purple Mountain's Majesty
📋 copy color: '#A081BD'red 160 ◦ green 129 ◦ blue 189
Shades of Purple Mountain's Majesty #A081BD
Tints of Purple Mountain's Majesty #A081BD
RGB
CMYK
RGB Variations
Color information
#A081BD (or 0xA081BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 81 and BD. RGB value is (160,129,189). Sum of RGB (Red+Green+Blue) = 160+129+189=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A081BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081BD is #5F7E42. Grayscale: #909090. Windows color (decimal): -6258243 or 12419488. OLE color: 12419488.
HSL color Cylindrical-coordinate representation of color #A081BD: hue angle of 271º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A081BD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 129 | 189 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.26 |
| HSL | 271º | 0.31% | 0.62% | - |
| HSV(B) | 271º | 0.32% | 0.74% | - |
| XYZ | 31.53 | 26.85 | 51.66 | - |
| YUV | 145.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 189 | 0.15 | 0.32 | 0 | 0.26 | 271 | 0.31 | 0.62 |
| Hex | A0 | 81 | BD | F | 20 | 0 | 1A | 10F | 1F | 3E |
| Octal | 240 | 201 | 275 | 17 | 40 | 0 | 32 | 417 | 37 | 76 |
| Binary | 10100000 | 10000001 | 10111101 | 1111 | 100000 | 0 | 11010 | 100001111 | 11111 | 111110 |
Color Harmonies of #A081BD
Complementary color
Monochromatic Colors of #A081BD
Black with #A081BD
Text Example
Text Example
White with #A081BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081BD; }
p { color: rgb(160,129,189); }
H1.HeaderClassName
{
color: #A081BD;
}
.AnyTagClassName
{
color: #A081BD;
}
</style>
background-color css
<style>
a { background-color: #A081BD; }
a { background-color: rgb(160,129,189); }
div.DivClassName
{
background-color: #A081BD;
}
.BgClassName
{
background-color: #A081BD;
}
</style>
border-color css
<style>
span { border-color: #A081BD; }
span { border-color: rgb(160,129,189); }
td.TdClassName
{
border-color: #A081BD;
}
.TagClassName
{
border-color: #A081BD;
}
</style>