Html Css Color HEX #A07FBE Purple Mountain's Majesty

📋 copy color: '#A07FBE'

red 160 ◦ green 127 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A07FBE

Tints of Purple Mountain's Majesty #A07FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 33.54%
G = 26.62%
B = 39.83%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A07FBE (or 0xA07FBE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7F and BE. RGB value is (160,127,190). Sum of RGB (Red+Green+Blue) = 160+127+190=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FBE is #5F8041. Grayscale: #8F8F8F. Windows color (decimal): -6258754 or 12484512. OLE color: 12484512.

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

Color convert

RGB 160 127 190 -
CMYK 0.16 0.33 0 0.25
HSL 271.43º 0.33% 0.62% -
HSV(B) 271.43º 0.33% 0.75% -
XYZ 31.38 26.37 52.15 -
YUV 144.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 160 127 190 0.16 0.33 0 0.25 271.43 0.33 0.62
Hex A0 7F BE 10 21 0 19 10F 21 3E
Octal 240 177 276 20 41 0 31 417 41 76
Binary 10100000 1111111 10111110 10000 100001 0 11001 100001111 100001 111110

Color Harmonies of #A07FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FBE

Black with #A07FBE

Text Example


Text Example

White with #A07FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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