Html Css Color HEX #A180BD Purple Mountain's Majesty

📋 copy color: '#A180BD'

red 161 ◦ green 128 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A180BD

Tints of Purple Mountain's Majesty #A180BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 33.68%
G = 26.78%
B = 39.54%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A180BD (or 0xA180BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 80 and BD. RGB value is (161,128,189). Sum of RGB (Red+Green+Blue) = 161+128+189=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A180BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180BD is #5E7F42. Grayscale: #909090. Windows color (decimal): -6192963 or 12419233. OLE color: 12419233.

HSL color Cylindrical-coordinate representation of color #A180BD: hue angle of 272.46º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A180BD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 128 189 -
CMYK 0.15 0.32 0 0.26
HSL 272.46º 0.32% 0.62% -
HSV(B) 272.46º 0.32% 0.74% -
XYZ 31.6 26.69 51.63 -
YUV 144.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 161 128 189 0.15 0.32 0 0.26 272.46 0.32 0.62
Hex A1 80 BD F 20 0 1A 110 20 3E
Octal 241 200 275 17 40 0 32 420 40 76
Binary 10100001 10000000 10111101 1111 100000 0 11010 100010000 100000 111110

Color Harmonies of #A180BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180BD

Black with #A180BD

Text Example


Text Example

White with #A180BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180BD; }

 p { color: rgb(161,128,189); }

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

background-color css

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

 a { background-color: rgb(161,128,189); }

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

border-color css

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

 span { border-color: rgb(161,128,189); }

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