Html Css Color HEX #A172BC Purple Mountain's Majesty

📋 copy color: '#A172BC'

red 161 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A172BC

Tints of Purple Mountain's Majesty #A172BC

RGB

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

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

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

R = 34.77%
G = 24.62%
B = 40.6%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A172BC (or 0xA172BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 72 and BC. RGB value is (161,114,188). Sum of RGB (Red+Green+Blue) = 161+114+188=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #A172BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172BC is #5E8D43. Grayscale: #888888. Windows color (decimal): -6196548 or 12350113. OLE color: 12350113.

HSL color Cylindrical-coordinate representation of color #A172BC: hue angle of 278.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A172BC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 114 188 -
CMYK 0.14 0.39 0 0.26
HSL 278.11º 0.36% 0.59% -
HSV(B) 278.11º 0.39% 0.74% -
XYZ 29.79 23.24 50.49 -
YUV 136.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 161 114 188 0.14 0.39 0 0.26 278.11 0.36 0.59
Hex A1 72 BC E 27 0 1A 116 24 3B
Octal 241 162 274 16 47 0 32 426 44 73
Binary 10100001 1110010 10111100 1110 100111 0 11010 100010110 100100 111011

Color Harmonies of #A172BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172BC

Black with #A172BC

Text Example


Text Example

White with #A172BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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