Html Css Color HEX #A178BC Purple Mountain's Majesty

📋 copy color: '#A178BC'

red 161 ◦ green 120 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A178BC

Tints of Purple Mountain's Majesty #A178BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

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

R = 34.33%
G = 25.59%
B = 40.09%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A178BC (or 0xA178BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 78 and BC. RGB value is (161,120,188). Sum of RGB (Red+Green+Blue) = 161+120+188=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #A178BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178BC is #5E8743. Grayscale: #8B8B8B. Windows color (decimal): -6195012 or 12351649. OLE color: 12351649.

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

Color convert

RGB 161 120 188 -
CMYK 0.14 0.36 0 0.26
HSL 276.18º 0.34% 0.6% -
HSV(B) 276.18º 0.36% 0.74% -
XYZ 30.49 24.64 50.73 -
YUV 140.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 161 120 188 0.14 0.36 0 0.26 276.18 0.34 0.6
Hex A1 78 BC E 24 0 1A 114 22 3C
Octal 241 170 274 16 44 0 32 424 42 74
Binary 10100001 1111000 10111100 1110 100100 0 11010 100010100 100010 111100

Color Harmonies of #A178BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178BC

Black with #A178BC

Text Example


Text Example

White with #A178BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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