Html Css Color HEX #A474BC Purple Mountain's Majesty

📋 copy color: '#A474BC'

red 164 ◦ green 116 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A474BC

Tints of Purple Mountain's Majesty #A474BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.79%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 35.04%
G = 24.79%
B = 40.17%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A474BC (or 0xA474BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 74 and BC. RGB value is (164,116,188). Sum of RGB (Red+Green+Blue) = 164+116+188=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #A474BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474BC is #5B8B43. Grayscale: #8A8A8A. Windows color (decimal): -5999428 or 12350628. OLE color: 12350628.

HSL color Cylindrical-coordinate representation of color #A474BC: hue angle of 280º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A474BC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 116 188 -
CMYK 0.13 0.38 0 0.26
HSL 280º 0.35% 0.6% -
HSV(B) 280º 0.38% 0.74% -
XYZ 30.63 24.01 50.6 -
YUV 138.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 164 116 188 0.13 0.38 0 0.26 280 0.35 0.6
Hex A4 74 BC D 26 0 1A 118 23 3C
Octal 244 164 274 15 46 0 32 430 43 74
Binary 10100100 1110100 10111100 1101 100110 0 11010 100011000 100011 111100

Color Harmonies of #A474BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474BC

Black with #A474BC

Text Example


Text Example

White with #A474BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474BC; }

 p { color: rgb(164,116,188); }

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

background-color css

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

 a { background-color: rgb(164,116,188); }

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

border-color css

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

 span { border-color: rgb(164,116,188); }

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