Html Css Color HEX #A479BF Purple Mountain's Majesty

📋 copy color: '#A479BF'

red 164 ◦ green 121 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A479BF

Tints of Purple Mountain's Majesty #A479BF

RGB

 RED value IS 164 (64.45% from 255) = 34.45%

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

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

R = 34.45%
G = 25.42%
B = 40.13%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A479BF (or 0xA479BF) is known color: Purple Mountain's Majesty. HEX triplet: A4, 79 and BF. RGB value is (164,121,191). Sum of RGB (Red+Green+Blue) = 164+121+191=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A479BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479BF is #5B8640. Grayscale: #8D8D8D. Windows color (decimal): -5998145 or 12548516. OLE color: 12548516.

HSL color Cylindrical-coordinate representation of color #A479BF: hue angle of 276.86º 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 #A479BF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 121 191 -
CMYK 0.14 0.37 0 0.25
HSL 276.86º 0.35% 0.61% -
HSV(B) 276.86º 0.37% 0.75% -
XYZ 31.55 25.33 52.52 -
YUV 141.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 164 121 191 0.14 0.37 0 0.25 276.86 0.35 0.61
Hex A4 79 BF E 25 0 19 115 23 3D
Octal 244 171 277 16 45 0 31 425 43 75
Binary 10100100 1111001 10111111 1110 100101 0 11001 100010101 100011 111101

Color Harmonies of #A479BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479BF

Black with #A479BF

Text Example


Text Example

White with #A479BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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