Html Css Color HEX #A670BD Purple Mountain's Majesty
📋 copy color: '#A670BD'red 166 ◦ green 112 ◦ blue 189
Shades of Purple Mountain's Majesty #A670BD
Tints of Purple Mountain's Majesty #A670BD
RGB
CMYK
RGB Variations
Color information
#A670BD (or 0xA670BD) is known color: Purple Mountain's Majesty. HEX triplet: A6, 70 and BD. RGB value is (166,112,189). Sum of RGB (Red+Green+Blue) = 166+112+189=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A670BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670BD is #598F42. Grayscale: #888888. Windows color (decimal): -5869379 or 12415142. OLE color: 12415142.
HSL color Cylindrical-coordinate representation of color #A670BD: hue angle of 282.08º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A670BD is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 112 | 189 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.26 |
| HSL | 282.08º | 0.37% | 0.59% | - |
| HSV(B) | 282.08º | 0.41% | 0.74% | - |
| XYZ | 30.71 | 23.37 | 51.04 | - |
| YUV | 136.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 189 | 0.12 | 0.41 | 0 | 0.26 | 282.08 | 0.37 | 0.59 |
| Hex | A6 | 70 | BD | C | 29 | 0 | 1A | 11A | 25 | 3B |
| Octal | 246 | 160 | 275 | 14 | 51 | 0 | 32 | 432 | 45 | 73 |
| Binary | 10100110 | 1110000 | 10111101 | 1100 | 101001 | 0 | 11010 | 100011010 | 100101 | 111011 |
Color Harmonies of #A670BD
Complementary color
Monochromatic Colors of #A670BD
Black with #A670BD
Text Example
Text Example
White with #A670BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670BD; }
p { color: rgb(166,112,189); }
H1.HeaderClassName
{
color: #A670BD;
}
.AnyTagClassName
{
color: #A670BD;
}
</style>
background-color css
<style>
a { background-color: #A670BD; }
a { background-color: rgb(166,112,189); }
div.DivClassName
{
background-color: #A670BD;
}
.BgClassName
{
background-color: #A670BD;
}
</style>
border-color css
<style>
span { border-color: #A670BD; }
span { border-color: rgb(166,112,189); }
td.TdClassName
{
border-color: #A670BD;
}
.TagClassName
{
border-color: #A670BD;
}
</style>