Html Css Color HEX #A177ED Medium Purple

📋 copy color: '#A177ED'

red 161 ◦ green 119 ◦ blue 237

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

Shades of Medium Purple #A177ED

Tints of Medium Purple #A177ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 31.14%
G = 23.02%
B = 45.84%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A177ED (or 0xA177ED) is known color: Medium Purple. HEX triplet: A1, 77 and ED. RGB value is (161,119,237). Sum of RGB (Red+Green+Blue) = 161+119+237=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A177ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177ED is #5E8812. Grayscale: #909090. Windows color (decimal): -6195219 or 15562657. OLE color: 15562657.

HSL color Cylindrical-coordinate representation of color #A177ED: hue angle of 261.36º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A177ED is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 119 237 -
CMYK 0.32 0.50 0 0.07
HSL 261.36º 0.77% 0.7% -
HSV(B) 261.36º 0.5% 0.93% -
XYZ 36.58 26.89 83.38 -
YUV 145.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 161 119 237 0.32 0.50 0 0.07 261.36 0.77 0.7
Hex A1 77 ED 20 32 0 7 105 4D 46
Octal 241 167 355 40 62 0 7 405 115 106
Binary 10100001 1110111 11101101 100000 110010 0 111 100000101 1001101 1000110

Color Harmonies of #A177ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177ED

Black with #A177ED

Text Example


Text Example

White with #A177ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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