Html Css Color HEX #A275C0 Purple Mountain's Majesty
📋 copy color: '#A275C0'red 162 ◦ green 117 ◦ blue 192
Shades of Purple Mountain's Majesty #A275C0
Tints of Purple Mountain's Majesty #A275C0
RGB
CMYK
RGB Variations
Color information
#A275C0 (or 0xA275C0) is known color: Purple Mountain's Majesty. HEX triplet: A2, 75 and C0. RGB value is (162,117,192). Sum of RGB (Red+Green+Blue) = 162+117+192=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #A275C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275C0 is #5D8A3F. Grayscale: #8A8A8A. Windows color (decimal): -6130240 or 12613026. OLE color: 12613026.
HSL color Cylindrical-coordinate representation of color #A275C0: hue angle of 276º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A275C0 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 117 | 192 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.25 |
| HSL | 276º | 0.37% | 0.61% | - |
| HSV(B) | 276º | 0.39% | 0.75% | - |
| XYZ | 30.78 | 24.21 | 52.92 | - |
| YUV | 139.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 192 | 0.16 | 0.39 | 0 | 0.25 | 276 | 0.37 | 0.61 |
| Hex | A2 | 75 | C0 | 10 | 27 | 0 | 19 | 114 | 25 | 3D |
| Octal | 242 | 165 | 300 | 20 | 47 | 0 | 31 | 424 | 45 | 75 |
| Binary | 10100010 | 1110101 | 11000000 | 10000 | 100111 | 0 | 11001 | 100010100 | 100101 | 111101 |
Color Harmonies of #A275C0
Complementary color
Monochromatic Colors of #A275C0
Black with #A275C0
Text Example
Text Example
White with #A275C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275C0; }
p { color: rgb(162,117,192); }
H1.HeaderClassName
{
color: #A275C0;
}
.AnyTagClassName
{
color: #A275C0;
}
</style>
background-color css
<style>
a { background-color: #A275C0; }
a { background-color: rgb(162,117,192); }
div.DivClassName
{
background-color: #A275C0;
}
.BgClassName
{
background-color: #A275C0;
}
</style>
border-color css
<style>
span { border-color: #A275C0; }
span { border-color: rgb(162,117,192); }
td.TdClassName
{
border-color: #A275C0;
}
.TagClassName
{
border-color: #A275C0;
}
</style>