Html Css Color HEX #A376C3 Purple Mountain's Majesty

📋 copy color: '#A376C3'

red 163 ◦ green 118 ◦ blue 195

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

Shades of Purple Mountain's Majesty #A376C3

Tints of Purple Mountain's Majesty #A376C3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

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

R = 34.24%
G = 24.79%
B = 40.97%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A376C3 (or 0xA376C3) is known color: Purple Mountain's Majesty. HEX triplet: A3, 76 and C3. RGB value is (163,118,195). Sum of RGB (Red+Green+Blue) = 163+118+195=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #A376C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376C3 is #5C893C. Grayscale: #8B8B8B. Windows color (decimal): -6064445 or 12809891. OLE color: 12809891.

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

Color convert

RGB 163 118 195 -
CMYK 0.16 0.39 0 0.24
HSL 275.06º 0.39% 0.61% -
HSV(B) 275.06º 0.39% 0.76% -
XYZ 31.43 24.68 54.74 -
YUV 140.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 163 118 195 0.16 0.39 0 0.24 275.06 0.39 0.61
Hex A3 76 C3 10 27 0 18 113 27 3D
Octal 243 166 303 20 47 0 30 423 47 75
Binary 10100011 1110110 11000011 10000 100111 0 11000 100010011 100111 111101

Color Harmonies of #A376C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376C3

Black with #A376C3

Text Example


Text Example

White with #A376C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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