Html Css Color HEX #A471BB Purple Mountain's Majesty

📋 copy color: '#A471BB'

red 164 ◦ green 113 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A471BB

Tints of Purple Mountain's Majesty #A471BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

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

R = 35.34%
G = 24.35%
B = 40.3%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A471BB (or 0xA471BB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 71 and BB. RGB value is (164,113,187). Sum of RGB (Red+Green+Blue) = 164+113+187=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A471BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BB is #5B8E44. Grayscale: #888888. Windows color (decimal): -6000197 or 12284324. OLE color: 12284324.

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

Color convert

RGB 164 113 187 -
CMYK 0.12 0.40 0 0.27
HSL 281.35º 0.35% 0.59% -
HSV(B) 281.35º 0.4% 0.73% -
XYZ 30.18 23.29 49.92 -
YUV 136.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 164 113 187 0.12 0.40 0 0.27 281.35 0.35 0.59
Hex A4 71 BB C 28 0 1B 119 23 3B
Octal 244 161 273 14 50 0 33 431 43 73
Binary 10100100 1110001 10111011 1100 101000 0 11011 100011001 100011 111011

Color Harmonies of #A471BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471BB

Black with #A471BB

Text Example


Text Example

White with #A471BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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