Html Css Color HEX #A379B6 Purple Mountain's Majesty

📋 copy color: '#A379B6'

red 163 ◦ green 121 ◦ blue 182

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

Shades of Purple Mountain's Majesty #A379B6

Tints of Purple Mountain's Majesty #A379B6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.97%

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 34.98%
G = 25.97%
B = 39.06%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A379B6 (or 0xA379B6) is known color: Purple Mountain's Majesty. HEX triplet: A3, 79 and B6. RGB value is (163,121,182). Sum of RGB (Red+Green+Blue) = 163+121+182=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #A379B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379B6 is #5C8649. Grayscale: #8C8C8C. Windows color (decimal): -6063690 or 11958691. OLE color: 11958691.

HSL color Cylindrical-coordinate representation of color #A379B6: hue angle of 281.31º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A379B6 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 121 182 -
CMYK 0.10 0.34 0 0.29
HSL 281.31º 0.29% 0.59% -
HSV(B) 281.31º 0.34% 0.71% -
XYZ 30.39 24.84 47.45 -
YUV 140.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 163 121 182 0.10 0.34 0 0.29 281.31 0.29 0.59
Hex A3 79 B6 A 22 0 1D 119 1D 3B
Octal 243 171 266 12 42 0 35 431 35 73
Binary 10100011 1111001 10110110 1010 100010 0 11101 100011001 11101 111011

Color Harmonies of #A379B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379B6

Black with #A379B6

Text Example


Text Example

White with #A379B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379B6; }

 p { color: rgb(163,121,182); }

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

background-color css

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

 a { background-color: rgb(163,121,182); }

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

border-color css

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

 span { border-color: rgb(163,121,182); }

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