Html Css Color HEX #A472BB Purple Mountain's Majesty

📋 copy color: '#A472BB'

red 164 ◦ green 114 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A472BB

Tints of Purple Mountain's Majesty #A472BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

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

R = 35.27%
G = 24.52%
B = 40.22%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A472BB (or 0xA472BB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 72 and BB. RGB value is (164,114,187). Sum of RGB (Red+Green+Blue) = 164+114+187=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A472BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472BB is #5B8D44. Grayscale: #898989. Windows color (decimal): -5999941 or 12284580. OLE color: 12284580.

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

Color convert

RGB 164 114 187 -
CMYK 0.12 0.39 0 0.27
HSL 281.1º 0.35% 0.59% -
HSV(B) 281.1º 0.39% 0.73% -
XYZ 30.3 23.52 49.96 -
YUV 137.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 164 114 187 0.12 0.39 0 0.27 281.1 0.35 0.59
Hex A4 72 BB C 27 0 1B 119 23 3B
Octal 244 162 273 14 47 0 33 431 43 73
Binary 10100100 1110010 10111011 1100 100111 0 11011 100011001 100011 111011

Color Harmonies of #A472BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472BB

Black with #A472BB

Text Example


Text Example

White with #A472BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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