Html Css Color HEX #A170BC Purple Mountain's Majesty

📋 copy color: '#A170BC'

red 161 ◦ green 112 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A170BC

Tints of Purple Mountain's Majesty #A170BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 34.92%
G = 24.3%
B = 40.78%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A170BC (or 0xA170BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 70 and BC. RGB value is (161,112,188). Sum of RGB (Red+Green+Blue) = 161+112+188=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #A170BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170BC is #5E8F43. Grayscale: #878787. Windows color (decimal): -6197060 or 12349601. OLE color: 12349601.

HSL color Cylindrical-coordinate representation of color #A170BC: hue angle of 278.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A170BC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 112 188 -
CMYK 0.14 0.40 0 0.26
HSL 278.68º 0.36% 0.59% -
HSV(B) 278.68º 0.4% 0.74% -
XYZ 29.57 22.8 50.42 -
YUV 135.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 161 112 188 0.14 0.40 0 0.26 278.68 0.36 0.59
Hex A1 70 BC E 28 0 1A 117 24 3B
Octal 241 160 274 16 50 0 32 427 44 73
Binary 10100001 1110000 10111100 1110 101000 0 11010 100010111 100100 111011

Color Harmonies of #A170BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170BC

Black with #A170BC

Text Example


Text Example

White with #A170BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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