Html Css Color HEX #A27BC3 Purple Mountain's Majesty
📋 copy color: '#A27BC3'red 162 ◦ green 123 ◦ blue 195
Shades of Purple Mountain's Majesty #A27BC3
Tints of Purple Mountain's Majesty #A27BC3
RGB
CMYK
RGB Variations
Color information
#A27BC3 (or 0xA27BC3) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and C3. RGB value is (162,123,195). Sum of RGB (Red+Green+Blue) = 162+123+195=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #A27BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BC3 is #5D843C. Grayscale: #8E8E8E. Windows color (decimal): -6128701 or 12811170. OLE color: 12811170.
HSL color Cylindrical-coordinate representation of color #A27BC3: hue angle of 272.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27BC3 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 123 | 195 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.24 |
| HSL | 272.5º | 0.38% | 0.62% | - |
| HSV(B) | 272.5º | 0.37% | 0.76% | - |
| XYZ | 31.83 | 25.79 | 54.93 | - |
| YUV | 142.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 195 | 0.17 | 0.37 | 0 | 0.24 | 272.5 | 0.38 | 0.62 |
| Hex | A2 | 7B | C3 | 11 | 25 | 0 | 18 | 110 | 26 | 3E |
| Octal | 242 | 173 | 303 | 21 | 45 | 0 | 30 | 420 | 46 | 76 |
| Binary | 10100010 | 1111011 | 11000011 | 10001 | 100101 | 0 | 11000 | 100010000 | 100110 | 111110 |
Color Harmonies of #A27BC3
Complementary color
Monochromatic Colors of #A27BC3
Black with #A27BC3
Text Example
Text Example
White with #A27BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BC3; }
p { color: rgb(162,123,195); }
H1.HeaderClassName
{
color: #A27BC3;
}
.AnyTagClassName
{
color: #A27BC3;
}
</style>
background-color css
<style>
a { background-color: #A27BC3; }
a { background-color: rgb(162,123,195); }
div.DivClassName
{
background-color: #A27BC3;
}
.BgClassName
{
background-color: #A27BC3;
}
</style>
border-color css
<style>
span { border-color: #A27BC3; }
span { border-color: rgb(162,123,195); }
td.TdClassName
{
border-color: #A27BC3;
}
.TagClassName
{
border-color: #A27BC3;
}
</style>