Html Css Color HEX #A177DF Medium Purple

📋 copy color: '#A177DF'

red 161 ◦ green 119 ◦ blue 223

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

Shades of Medium Purple #A177DF

Tints of Medium Purple #A177DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 32.01%
G = 23.66%
B = 44.33%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A177DF (or 0xA177DF) is known color: Medium Purple. HEX triplet: A1, 77 and DF. RGB value is (161,119,223). Sum of RGB (Red+Green+Blue) = 161+119+223=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A177DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177DF is #5E8820. Grayscale: #8F8F8F. Windows color (decimal): -6195233 or 14645153. OLE color: 14645153.

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

Color convert

RGB 161 119 223 -
CMYK 0.28 0.47 0 0.13
HSL 264.23º 0.62% 0.67% -
HSV(B) 264.23º 0.47% 0.87% -
XYZ 34.61 26.1 73.03 -
YUV 143.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 161 119 223 0.28 0.47 0 0.13 264.23 0.62 0.67
Hex A1 77 DF 1C 2F 0 D 108 3E 43
Octal 241 167 337 34 57 0 15 410 76 103
Binary 10100001 1110111 11011111 11100 101111 0 1101 100001000 111110 1000011

Color Harmonies of #A177DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177DF

Black with #A177DF

Text Example


Text Example

White with #A177DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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