Html Css Color HEX #A07ABF Purple Mountain's Majesty

📋 copy color: '#A07ABF'

red 160 ◦ green 122 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A07ABF

Tints of Purple Mountain's Majesty #A07ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.38%

R = 33.83%
G = 25.79%
B = 40.38%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A07ABF (or 0xA07ABF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7A and BF. RGB value is (160,122,191). Sum of RGB (Red+Green+Blue) = 160+122+191=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #A07ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ABF is #5F8540. Grayscale: #8C8C8C. Windows color (decimal): -6260033 or 12548768. OLE color: 12548768.

HSL color Cylindrical-coordinate representation of color #A07ABF: hue angle of 273.04º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07ABF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 122 191 -
CMYK 0.16 0.36 0 0.25
HSL 273.04º 0.35% 0.61% -
HSV(B) 273.04º 0.36% 0.75% -
XYZ 30.86 25.15 52.52 -
YUV 141.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 160 122 191 0.16 0.36 0 0.25 273.04 0.35 0.61
Hex A0 7A BF 10 24 0 19 111 23 3D
Octal 240 172 277 20 44 0 31 421 43 75
Binary 10100000 1111010 10111111 10000 100100 0 11001 100010001 100011 111101

Color Harmonies of #A07ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ABF

Black with #A07ABF

Text Example


Text Example

White with #A07ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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