Html Css Color HEX #A37CC2 Purple Mountain's Majesty

📋 copy color: '#A37CC2'

red 163 ◦ green 124 ◦ blue 194

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

Shades of Purple Mountain's Majesty #A37CC2

Tints of Purple Mountain's Majesty #A37CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.33%

R = 33.89%
G = 25.78%
B = 40.33%

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

#A37CC2 (or 0xA37CC2) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7C and C2. RGB value is (163,124,194). Sum of RGB (Red+Green+Blue) = 163+124+194=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #A37CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CC2 is #5C833D. Grayscale: #8F8F8F. Windows color (decimal): -6062910 or 12745891. OLE color: 12745891.

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

Color convert

RGB 163 124 194 -
CMYK 0.16 0.36 0 0.24
HSL 273.43º 0.36% 0.62% -
HSV(B) 273.43º 0.36% 0.76% -
XYZ 32.05 26.1 54.39 -
YUV 143.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 163 124 194 0.16 0.36 0 0.24 273.43 0.36 0.62
Hex A3 7C C2 10 24 0 18 111 24 3E
Octal 243 174 302 20 44 0 30 421 44 76
Binary 10100011 1111100 11000010 10000 100100 0 11000 100010001 100100 111110

Color Harmonies of #A37CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37CC2

Black with #A37CC2

Text Example


Text Example

White with #A37CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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