Html Css Color HEX #A177D6 Medium Purple

📋 copy color: '#A177D6'

red 161 ◦ green 119 ◦ blue 214

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

Shades of Medium Purple #A177D6

Tints of Medium Purple #A177D6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 32.59%
G = 24.09%
B = 43.32%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A177D6 (or 0xA177D6) is known color: Medium Purple. HEX triplet: A1, 77 and D6. RGB value is (161,119,214). Sum of RGB (Red+Green+Blue) = 161+119+214=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #A177D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177D6 is #5E8829. Grayscale: #8E8E8E. Windows color (decimal): -6195242 or 14055329. OLE color: 14055329.

HSL color Cylindrical-coordinate representation of color #A177D6: hue angle of 266.53º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A177D6 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 119 214 -
CMYK 0.25 0.44 0 0.16
HSL 266.53º 0.54% 0.65% -
HSV(B) 266.53º 0.44% 0.84% -
XYZ 33.43 25.63 66.8 -
YUV 142.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 161 119 214 0.25 0.44 0 0.16 266.53 0.54 0.65
Hex A1 77 D6 19 2C 0 10 10B 36 41
Octal 241 167 326 31 54 0 20 413 66 101
Binary 10100001 1110111 11010110 11001 101100 0 10000 100001011 110110 1000001

Color Harmonies of #A177D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177D6

Black with #A177D6

Text Example


Text Example

White with #A177D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177D6; }

 p { color: rgb(161,119,214); }

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

background-color css

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

 a { background-color: rgb(161,119,214); }

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

border-color css

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

 span { border-color: rgb(161,119,214); }

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