Html Css Color HEX #A478BF Purple Mountain's Majesty

📋 copy color: '#A478BF'

red 164 ◦ green 120 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A478BF

Tints of Purple Mountain's Majesty #A478BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.26%

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

R = 34.53%
G = 25.26%
B = 40.21%

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

#A478BF (or 0xA478BF) is known color: Purple Mountain's Majesty. HEX triplet: A4, 78 and BF. RGB value is (164,120,191). Sum of RGB (Red+Green+Blue) = 164+120+191=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 120 (47.27% from 255 or 25.26% 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 #A478BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478BF is #5B8740. Grayscale: #8D8D8D. Windows color (decimal): -5998401 or 12548260. OLE color: 12548260.

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

Color convert

RGB 164 120 191 -
CMYK 0.14 0.37 0 0.25
HSL 277.18º 0.36% 0.61% -
HSV(B) 277.18º 0.37% 0.75% -
XYZ 31.43 25.09 52.48 -
YUV 141.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 164 120 191 0.14 0.37 0 0.25 277.18 0.36 0.61
Hex A4 78 BF E 25 0 19 115 24 3D
Octal 244 170 277 16 45 0 31 425 44 75
Binary 10100100 1111000 10111111 1110 100101 0 11001 100010101 100100 111101

Color Harmonies of #A478BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478BF

Black with #A478BF

Text Example


Text Example

White with #A478BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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