Html Css Color HEX #A474BB Purple Mountain's Majesty

📋 copy color: '#A474BB'

red 164 ◦ green 116 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A474BB

Tints of Purple Mountain's Majesty #A474BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 35.12%
G = 24.84%
B = 40.04%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A474BB (or 0xA474BB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 74 and BB. RGB value is (164,116,187). Sum of RGB (Red+Green+Blue) = 164+116+187=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A474BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474BB is #5B8B44. Grayscale: #8A8A8A. Windows color (decimal): -5999429 or 12285092. OLE color: 12285092.

HSL color Cylindrical-coordinate representation of color #A474BB: hue angle of 280.56º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A474BB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 116 187 -
CMYK 0.12 0.38 0 0.27
HSL 280.56º 0.34% 0.59% -
HSV(B) 280.56º 0.38% 0.73% -
XYZ 30.52 23.97 50.03 -
YUV 138.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 164 116 187 0.12 0.38 0 0.27 280.56 0.34 0.59
Hex A4 74 BB C 26 0 1B 119 22 3B
Octal 244 164 273 14 46 0 33 431 42 73
Binary 10100100 1110100 10111011 1100 100110 0 11011 100011001 100010 111011

Color Harmonies of #A474BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474BB

Black with #A474BB

Text Example


Text Example

White with #A474BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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