Html Css Color HEX #A379BF Purple Mountain's Majesty

📋 copy color: '#A379BF'

red 163 ◦ green 121 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A379BF

Tints of Purple Mountain's Majesty #A379BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.21%

R = 34.32%
G = 25.47%
B = 40.21%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A379BF (or 0xA379BF) is known color: Purple Mountain's Majesty. HEX triplet: A3, 79 and BF. RGB value is (163,121,191). Sum of RGB (Red+Green+Blue) = 163+121+191=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #A379BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379BF is #5C8640. Grayscale: #8D8D8D. Windows color (decimal): -6063681 or 12548515. OLE color: 12548515.

HSL color Cylindrical-coordinate representation of color #A379BF: hue angle of 276º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A379BF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 121 191 -
CMYK 0.15 0.37 0 0.25
HSL 276º 0.35% 0.61% -
HSV(B) 276º 0.37% 0.75% -
XYZ 31.35 25.22 52.51 -
YUV 141.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 163 121 191 0.15 0.37 0 0.25 276 0.35 0.61
Hex A3 79 BF F 25 0 19 114 23 3D
Octal 243 171 277 17 45 0 31 424 43 75
Binary 10100011 1111001 10111111 1111 100101 0 11001 100010100 100011 111101

Color Harmonies of #A379BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379BF

Black with #A379BF

Text Example


Text Example

White with #A379BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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