Html Css Color HEX #A37AC5 Purple Mountain's Majesty

📋 copy color: '#A37AC5'

red 163 ◦ green 122 ◦ blue 197

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

Shades of Purple Mountain's Majesty #A37AC5

Tints of Purple Mountain's Majesty #A37AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 33.82%
G = 25.31%
B = 40.87%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A37AC5 (or 0xA37AC5) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and C5. RGB value is (163,122,197). Sum of RGB (Red+Green+Blue) = 163+122+197=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #A37AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AC5 is #5C853A. Grayscale: #8E8E8E. Windows color (decimal): -6063419 or 12941987. OLE color: 12941987.

HSL color Cylindrical-coordinate representation of color #A37AC5: hue angle of 272.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A37AC5 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 122 197 -
CMYK 0.17 0.38 0 0.23
HSL 272.8º 0.39% 0.63% -
HSV(B) 272.8º 0.38% 0.77% -
XYZ 32.14 25.74 56.1 -
YUV 142.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 163 122 197 0.17 0.38 0 0.23 272.8 0.39 0.63
Hex A3 7A C5 11 26 0 17 111 27 3F
Octal 243 172 305 21 46 0 27 421 47 77
Binary 10100011 1111010 11000101 10001 100110 0 10111 100010001 100111 111111

Color Harmonies of #A37AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37AC5

Black with #A37AC5

Text Example


Text Example

White with #A37AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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