Html Css Color HEX #A177DB Medium Purple

📋 copy color: '#A177DB'

red 161 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #A177DB

Tints of Medium Purple #A177DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 32.26%
G = 23.85%
B = 43.89%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A177DB (or 0xA177DB) is known color: Medium Purple. HEX triplet: A1, 77 and DB. RGB value is (161,119,219). Sum of RGB (Red+Green+Blue) = 161+119+219=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A177DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177DB is #5E8824. Grayscale: #8E8E8E. Windows color (decimal): -6195237 or 14383009. OLE color: 14383009.

HSL color Cylindrical-coordinate representation of color #A177DB: hue angle of 265.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A177DB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 119 219 -
CMYK 0.26 0.46 0 0.14
HSL 265.2º 0.58% 0.66% -
HSV(B) 265.2º 0.46% 0.86% -
XYZ 34.08 25.89 70.22 -
YUV 142.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 161 119 219 0.26 0.46 0 0.14 265.2 0.58 0.66
Hex A1 77 DB 1A 2E 0 E 109 3A 42
Octal 241 167 333 32 56 0 16 411 72 102
Binary 10100001 1110111 11011011 11010 101110 0 1110 100001001 111010 1000010

Color Harmonies of #A177DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177DB

Black with #A177DB

Text Example


Text Example

White with #A177DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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