Html Css Color HEX #A07ABA Purple Mountain's Majesty

📋 copy color: '#A07ABA'

red 160 ◦ green 122 ◦ blue 186

#A07ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A07ABA

Tints of Purple Mountain's Majesty #A07ABA

RGB

 RED value IS 160 (62.89% from 255) = 34.19%

 GREEN value IS 122 (48.05% from 255) = 26.07%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 34.19%
G = 26.07%
B = 39.74%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A07ABA (or 0xA07ABA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7A and BA. RGB value is (160,122,186). Sum of RGB (Red+Green+Blue) = 160+122+186=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ABA is #5F8545. Grayscale: #8C8C8C. Windows color (decimal): -6260038 or 12221088. OLE color: 12221088.

HSL color Cylindrical-coordinate representation of color #A07ABA: hue angle of 275.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07ABA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 122 186 -
CMYK 0.14 0.34 0 0.27
HSL 275.63º 0.32% 0.6% -
HSV(B) 275.63º 0.34% 0.73% -
XYZ 30.32 24.94 49.67 -
YUV 140.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 160 122 186 0.14 0.34 0 0.27 275.63 0.32 0.6
Hex A0 7A BA E 22 0 1B 114 20 3C
Octal 240 172 272 16 42 0 33 424 40 74
Binary 10100000 1111010 10111010 1110 100010 0 11011 100010100 100000 111100

Color Harmonies of #A07ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ABA

Black with #A07ABA

Text Example


Text Example

White with #A07ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ABA; }

 p { color: rgb(160,122,186); }

 H1.HeaderClassName
 {
   color: #A07ABA;
 }
 .AnyTagClassName
 {
   color: #A07ABA;
 }
</style>

background-color css

<style>
 a { background-color: #A07ABA; }

 a { background-color: rgb(160,122,186); }

 div.DivClassName
 {
   background-color: #A07ABA;
 }
 .BgClassName
 {
   background-color: #A07ABA;
 }
</style>

border-color css

<style>
 span { border-color: #A07ABA; }

 span { border-color: rgb(160,122,186); }

 td.TdClassName
 {
   border-color: #A07ABA;
 }
 .TagClassName
 {
   border-color: #A07ABA;
 }
</style>