Html Css Color HEX #A37AC1 Purple Mountain's Majesty

📋 copy color: '#A37AC1'

red 163 ◦ green 122 ◦ blue 193

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

Shades of Purple Mountain's Majesty #A37AC1

Tints of Purple Mountain's Majesty #A37AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.38%

R = 34.1%
G = 25.52%
B = 40.38%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A37AC1 (or 0xA37AC1) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and C1. RGB value is (163,122,193). Sum of RGB (Red+Green+Blue) = 163+122+193=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AC1 is #5C853E. Grayscale: #8E8E8E. Windows color (decimal): -6063423 or 12679843. OLE color: 12679843.

HSL color Cylindrical-coordinate representation of color #A37AC1: hue angle of 274.65º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37AC1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 122 193 -
CMYK 0.16 0.37 0 0.24
HSL 274.65º 0.36% 0.62% -
HSV(B) 274.65º 0.37% 0.76% -
XYZ 31.69 25.56 53.71 -
YUV 142.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 163 122 193 0.16 0.37 0 0.24 274.65 0.36 0.62
Hex A3 7A C1 10 25 0 18 113 24 3E
Octal 243 172 301 20 45 0 30 423 44 76
Binary 10100011 1111010 11000001 10000 100101 0 11000 100010011 100100 111110

Color Harmonies of #A37AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37AC1

Black with #A37AC1

Text Example


Text Example

White with #A37AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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