Html Css Color HEX #A175BA Purple Mountain's Majesty

📋 copy color: '#A175BA'

red 161 ◦ green 117 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A175BA

Tints of Purple Mountain's Majesty #A175BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 34.7%
G = 25.22%
B = 40.09%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A175BA (or 0xA175BA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 75 and BA. RGB value is (161,117,186). Sum of RGB (Red+Green+Blue) = 161+117+186=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A175BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175BA is #5E8A45. Grayscale: #898989. Windows color (decimal): -6195782 or 12219809. OLE color: 12219809.

HSL color Cylindrical-coordinate representation of color #A175BA: hue angle of 278.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A175BA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 117 186 -
CMYK 0.13 0.37 0 0.27
HSL 278.26º 0.33% 0.59% -
HSV(B) 278.26º 0.37% 0.73% -
XYZ 29.92 23.84 49.48 -
YUV 138.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 161 117 186 0.13 0.37 0 0.27 278.26 0.33 0.59
Hex A1 75 BA D 25 0 1B 116 21 3B
Octal 241 165 272 15 45 0 33 426 41 73
Binary 10100001 1110101 10111010 1101 100101 0 11011 100010110 100001 111011

Color Harmonies of #A175BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175BA

Black with #A175BA

Text Example


Text Example

White with #A175BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175BA; }

 p { color: rgb(161,117,186); }

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

background-color css

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

 a { background-color: rgb(161,117,186); }

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

border-color css

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

 span { border-color: rgb(161,117,186); }

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