Html Css Color HEX #A275C1 Purple Mountain's Majesty
📋 copy color: '#A275C1'red 162 ◦ green 117 ◦ blue 193
Shades of Purple Mountain's Majesty #A275C1
Tints of Purple Mountain's Majesty #A275C1
RGB
CMYK
RGB Variations
Color information
#A275C1 (or 0xA275C1) is known color: Purple Mountain's Majesty. HEX triplet: A2, 75 and C1. RGB value is (162,117,193). Sum of RGB (Red+Green+Blue) = 162+117+193=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #A275C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275C1 is #5D8A3E. Grayscale: #8A8A8A. Windows color (decimal): -6130239 or 12678562. OLE color: 12678562.
HSL color Cylindrical-coordinate representation of color #A275C1: hue angle of 275.53º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A275C1 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 117 | 193 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.24 |
| HSL | 275.53º | 0.38% | 0.61% | - |
| HSV(B) | 275.53º | 0.39% | 0.76% | - |
| XYZ | 30.89 | 24.25 | 53.51 | - |
| YUV | 139.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 193 | 0.16 | 0.39 | 0 | 0.24 | 275.53 | 0.38 | 0.61 |
| Hex | A2 | 75 | C1 | 10 | 27 | 0 | 18 | 114 | 26 | 3D |
| Octal | 242 | 165 | 301 | 20 | 47 | 0 | 30 | 424 | 46 | 75 |
| Binary | 10100010 | 1110101 | 11000001 | 10000 | 100111 | 0 | 11000 | 100010100 | 100110 | 111101 |
Color Harmonies of #A275C1
Complementary color
Monochromatic Colors of #A275C1
Black with #A275C1
Text Example
Text Example
White with #A275C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275C1; }
p { color: rgb(162,117,193); }
H1.HeaderClassName
{
color: #A275C1;
}
.AnyTagClassName
{
color: #A275C1;
}
</style>
background-color css
<style>
a { background-color: #A275C1; }
a { background-color: rgb(162,117,193); }
div.DivClassName
{
background-color: #A275C1;
}
.BgClassName
{
background-color: #A275C1;
}
</style>
border-color css
<style>
span { border-color: #A275C1; }
span { border-color: rgb(162,117,193); }
td.TdClassName
{
border-color: #A275C1;
}
.TagClassName
{
border-color: #A275C1;
}
</style>