Html Css Color HEX #A37CC3 Purple Mountain's Majesty

📋 copy color: '#A37CC3'

red 163 ◦ green 124 ◦ blue 195

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

Shades of Purple Mountain's Majesty #A37CC3

Tints of Purple Mountain's Majesty #A37CC3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 33.82%
G = 25.73%
B = 40.46%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A37CC3 (or 0xA37CC3) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7C and C3. RGB value is (163,124,195). Sum of RGB (Red+Green+Blue) = 163+124+195=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #A37CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CC3 is #5C833C. Grayscale: #8F8F8F. Windows color (decimal): -6062909 or 12811427. OLE color: 12811427.

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

Color convert

RGB 163 124 195 -
CMYK 0.16 0.36 0 0.24
HSL 272.96º 0.37% 0.63% -
HSV(B) 272.96º 0.36% 0.76% -
XYZ 32.16 26.14 54.98 -
YUV 143.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 163 124 195 0.16 0.36 0 0.24 272.96 0.37 0.63
Hex A3 7C C3 10 24 0 18 111 25 3F
Octal 243 174 303 20 44 0 30 421 45 77
Binary 10100011 1111100 11000011 10000 100100 0 11000 100010001 100101 111111

Color Harmonies of #A37CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37CC3

Black with #A37CC3

Text Example


Text Example

White with #A37CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37CC3; }

 p { color: rgb(163,124,195); }

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

background-color css

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

 a { background-color: rgb(163,124,195); }

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

border-color css

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

 span { border-color: rgb(163,124,195); }

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