Html Css Color HEX #A478BE Purple Mountain's Majesty

📋 copy color: '#A478BE'

red 164 ◦ green 120 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A478BE

Tints of Purple Mountain's Majesty #A478BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 34.6%
G = 25.32%
B = 40.08%

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

#A478BE (or 0xA478BE) is known color: Purple Mountain's Majesty. HEX triplet: A4, 78 and BE. RGB value is (164,120,190). Sum of RGB (Red+Green+Blue) = 164+120+190=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A478BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478BE is #5B8741. Grayscale: #8C8C8C. Windows color (decimal): -5998402 or 12482724. OLE color: 12482724.

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

Color convert

RGB 164 120 190 -
CMYK 0.14 0.37 0 0.25
HSL 277.71º 0.35% 0.61% -
HSV(B) 277.71º 0.37% 0.75% -
XYZ 31.32 25.04 51.9 -
YUV 141.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 164 120 190 0.14 0.37 0 0.25 277.71 0.35 0.61
Hex A4 78 BE E 25 0 19 116 23 3D
Octal 244 170 276 16 45 0 31 426 43 75
Binary 10100100 1111000 10111110 1110 100101 0 11001 100010110 100011 111101

Color Harmonies of #A478BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478BE

Black with #A478BE

Text Example


Text Example

White with #A478BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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