Html Css Color HEX #A172BB Purple Mountain's Majesty

📋 copy color: '#A172BB'

red 161 ◦ green 114 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A172BB

Tints of Purple Mountain's Majesty #A172BB

RGB

 RED value IS 161 (63.28% from 255) = 34.85%

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

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

R = 34.85%
G = 24.68%
B = 40.48%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A172BB (or 0xA172BB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 72 and BB. RGB value is (161,114,187). Sum of RGB (Red+Green+Blue) = 161+114+187=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #A172BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172BB is #5E8D44. Grayscale: #888888. Windows color (decimal): -6196549 or 12284577. OLE color: 12284577.

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

Color convert

RGB 161 114 187 -
CMYK 0.14 0.39 0 0.27
HSL 278.63º 0.35% 0.59% -
HSV(B) 278.63º 0.39% 0.73% -
XYZ 29.68 23.2 49.93 -
YUV 136.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 161 114 187 0.14 0.39 0 0.27 278.63 0.35 0.59
Hex A1 72 BB E 27 0 1B 117 23 3B
Octal 241 162 273 16 47 0 33 427 43 73
Binary 10100001 1110010 10111011 1110 100111 0 11011 100010111 100011 111011

Color Harmonies of #A172BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172BB

Black with #A172BB

Text Example


Text Example

White with #A172BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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