Html Css Color HEX #A170BD Purple Mountain's Majesty

📋 copy color: '#A170BD'

red 161 ◦ green 112 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A170BD

Tints of Purple Mountain's Majesty #A170BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.24%

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

R = 34.85%
G = 24.24%
B = 40.91%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A170BD (or 0xA170BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 70 and BD. RGB value is (161,112,189). Sum of RGB (Red+Green+Blue) = 161+112+189=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A170BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170BD is #5E8F42. Grayscale: #878787. Windows color (decimal): -6197059 or 12415137. OLE color: 12415137.

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

Color convert

RGB 161 112 189 -
CMYK 0.15 0.41 0 0.26
HSL 278.18º 0.37% 0.59% -
HSV(B) 278.18º 0.41% 0.74% -
XYZ 29.68 22.84 50.99 -
YUV 135.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 161 112 189 0.15 0.41 0 0.26 278.18 0.37 0.59
Hex A1 70 BD F 29 0 1A 116 25 3B
Octal 241 160 275 17 51 0 32 426 45 73
Binary 10100001 1110000 10111101 1111 101001 0 11010 100010110 100101 111011

Color Harmonies of #A170BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170BD

Black with #A170BD

Text Example


Text Example

White with #A170BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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