Html Css Color HEX #A174BE Purple Mountain's Majesty

📋 copy color: '#A174BE'

red 161 ◦ green 116 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A174BE

Tints of Purple Mountain's Majesty #A174BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 34.48%
G = 24.84%
B = 40.69%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A174BE (or 0xA174BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 74 and BE. RGB value is (161,116,190). Sum of RGB (Red+Green+Blue) = 161+116+190=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A174BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174BE is #5E8B41. Grayscale: #898989. Windows color (decimal): -6196034 or 12481697. OLE color: 12481697.

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

Color convert

RGB 161 116 190 -
CMYK 0.15 0.39 0 0.25
HSL 276.49º 0.36% 0.6% -
HSV(B) 276.49º 0.39% 0.75% -
XYZ 30.24 23.79 51.71 -
YUV 137.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 161 116 190 0.15 0.39 0 0.25 276.49 0.36 0.6
Hex A1 74 BE F 27 0 19 114 24 3C
Octal 241 164 276 17 47 0 31 424 44 74
Binary 10100001 1110100 10111110 1111 100111 0 11001 100010100 100100 111100

Color Harmonies of #A174BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174BE

Black with #A174BE

Text Example


Text Example

White with #A174BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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