Html Css Color HEX #A177DE Medium Purple

📋 copy color: '#A177DE'

red 161 ◦ green 119 ◦ blue 222

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

Shades of Medium Purple #A177DE

Tints of Medium Purple #A177DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 32.07%
G = 23.71%
B = 44.22%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A177DE (or 0xA177DE) is known color: Medium Purple. HEX triplet: A1, 77 and DE. RGB value is (161,119,222). Sum of RGB (Red+Green+Blue) = 161+119+222=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #A177DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177DE is #5E8821. Grayscale: #8E8E8E. Windows color (decimal): -6195234 or 14579617. OLE color: 14579617.

HSL color Cylindrical-coordinate representation of color #A177DE: hue angle of 264.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A177DE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 119 222 -
CMYK 0.27 0.46 0 0.13
HSL 264.47º 0.61% 0.67% -
HSV(B) 264.47º 0.46% 0.87% -
XYZ 34.48 26.04 72.32 -
YUV 143.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 161 119 222 0.27 0.46 0 0.13 264.47 0.61 0.67
Hex A1 77 DE 1B 2E 0 D 108 3D 43
Octal 241 167 336 33 56 0 15 410 75 103
Binary 10100001 1110111 11011110 11011 101110 0 1101 100001000 111101 1000011

Color Harmonies of #A177DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177DE

Black with #A177DE

Text Example


Text Example

White with #A177DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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