Html Css Color HEX #A07FBA Purple Mountain's Majesty

📋 copy color: '#A07FBA'

red 160 ◦ green 127 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A07FBA

Tints of Purple Mountain's Majesty #A07FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

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

R = 33.83%
G = 26.85%
B = 39.32%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A07FBA (or 0xA07FBA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7F and BA. RGB value is (160,127,186). Sum of RGB (Red+Green+Blue) = 160+127+186=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FBA is #5F8045. Grayscale: #8F8F8F. Windows color (decimal): -6258758 or 12222368. OLE color: 12222368.

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

Color convert

RGB 160 127 186 -
CMYK 0.14 0.32 0 0.27
HSL 273.56º 0.3% 0.61% -
HSV(B) 273.56º 0.32% 0.73% -
XYZ 30.95 26.2 49.88 -
YUV 143.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 160 127 186 0.14 0.32 0 0.27 273.56 0.3 0.61
Hex A0 7F BA E 20 0 1B 112 1E 3D
Octal 240 177 272 16 40 0 33 422 36 75
Binary 10100000 1111111 10111010 1110 100000 0 11011 100010010 11110 111101

Color Harmonies of #A07FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FBA

Black with #A07FBA

Text Example


Text Example

White with #A07FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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