Html Css Color HEX #A176BE Purple Mountain's Majesty

📋 copy color: '#A176BE'

red 161 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A176BE

Tints of Purple Mountain's Majesty #A176BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.16%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 34.33%
G = 25.16%
B = 40.51%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A176BE (or 0xA176BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 76 and BE. RGB value is (161,118,190). Sum of RGB (Red+Green+Blue) = 161+118+190=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A176BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176BE is #5E8941. Grayscale: #8A8A8A. Windows color (decimal): -6195522 or 12482209. OLE color: 12482209.

HSL color Cylindrical-coordinate representation of color #A176BE: hue angle of 275.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A176BE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 118 190 -
CMYK 0.15 0.38 0 0.25
HSL 275.83º 0.36% 0.6% -
HSV(B) 275.83º 0.38% 0.75% -
XYZ 30.47 24.25 51.79 -
YUV 139.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 161 118 190 0.15 0.38 0 0.25 275.83 0.36 0.6
Hex A1 76 BE F 26 0 19 114 24 3C
Octal 241 166 276 17 46 0 31 424 44 74
Binary 10100001 1110110 10111110 1111 100110 0 11001 100010100 100100 111100

Color Harmonies of #A176BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176BE

Black with #A176BE

Text Example


Text Example

White with #A176BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176BE; }

 p { color: rgb(161,118,190); }

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

background-color css

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

 a { background-color: rgb(161,118,190); }

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

border-color css

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

 span { border-color: rgb(161,118,190); }

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