Html Css Color HEX #A37ABA Purple Mountain's Majesty

📋 copy color: '#A37ABA'

red 163 ◦ green 122 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A37ABA

Tints of Purple Mountain's Majesty #A37ABA

RGB

 RED value IS 163 (64.06% from 255) = 34.61%

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

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

R = 34.61%
G = 25.9%
B = 39.49%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A37ABA (or 0xA37ABA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and BA. RGB value is (163,122,186). Sum of RGB (Red+Green+Blue) = 163+122+186=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ABA is #5C8545. Grayscale: #8D8D8D. Windows color (decimal): -6063430 or 12221091. OLE color: 12221091.

HSL color Cylindrical-coordinate representation of color #A37ABA: hue angle of 278.44º 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 #A37ABA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 122 186 -
CMYK 0.12 0.34 0 0.27
HSL 278.44º 0.32% 0.6% -
HSV(B) 278.44º 0.34% 0.73% -
XYZ 30.93 25.25 49.7 -
YUV 141.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 163 122 186 0.12 0.34 0 0.27 278.44 0.32 0.6
Hex A3 7A BA C 22 0 1B 116 20 3C
Octal 243 172 272 14 42 0 33 426 40 74
Binary 10100011 1111010 10111010 1100 100010 0 11011 100010110 100000 111100

Color Harmonies of #A37ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ABA

Black with #A37ABA

Text Example


Text Example

White with #A37ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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