Html Css Color HEX #A177DA Medium Purple

📋 copy color: '#A177DA'

red 161 ◦ green 119 ◦ blue 218

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

Shades of Medium Purple #A177DA

Tints of Medium Purple #A177DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 32.33%
G = 23.9%
B = 43.78%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A177DA (or 0xA177DA) is known color: Medium Purple. HEX triplet: A1, 77 and DA. RGB value is (161,119,218). Sum of RGB (Red+Green+Blue) = 161+119+218=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A177DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177DA is #5E8825. Grayscale: #8E8E8E. Windows color (decimal): -6195238 or 14317473. OLE color: 14317473.

HSL color Cylindrical-coordinate representation of color #A177DA: hue angle of 265.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A177DA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 119 218 -
CMYK 0.26 0.45 0 0.15
HSL 265.45º 0.57% 0.66% -
HSV(B) 265.45º 0.45% 0.85% -
XYZ 33.95 25.83 69.53 -
YUV 142.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 161 119 218 0.26 0.45 0 0.15 265.45 0.57 0.66
Hex A1 77 DA 1A 2D 0 F 109 39 42
Octal 241 167 332 32 55 0 17 411 71 102
Binary 10100001 1110111 11011010 11010 101101 0 1111 100001001 111001 1000010

Color Harmonies of #A177DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177DA

Black with #A177DA

Text Example


Text Example

White with #A177DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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