Html Css Color HEX #A176DB Medium Purple

📋 copy color: '#A176DB'

red 161 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #A176DB

Tints of Medium Purple #A176DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.69%

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

R = 32.33%
G = 23.69%
B = 43.98%

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

#A176DB (or 0xA176DB) is known color: Medium Purple. HEX triplet: A1, 76 and DB. RGB value is (161,118,219). Sum of RGB (Red+Green+Blue) = 161+118+219=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #A176DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176DB is #5E8924. Grayscale: #8E8E8E. Windows color (decimal): -6195493 or 14382753. OLE color: 14382753.

HSL color Cylindrical-coordinate representation of color #A176DB: hue angle of 265.54º 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 #A176DB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 118 219 -
CMYK 0.26 0.46 0 0.14
HSL 265.54º 0.58% 0.66% -
HSV(B) 265.54º 0.46% 0.86% -
XYZ 33.96 25.65 70.18 -
YUV 142.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 161 118 219 0.26 0.46 0 0.14 265.54 0.58 0.66
Hex A1 76 DB 1A 2E 0 E 10A 3A 42
Octal 241 166 333 32 56 0 16 412 72 102
Binary 10100001 1110110 11011011 11010 101110 0 1110 100001010 111010 1000010

Color Harmonies of #A176DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176DB

Black with #A176DB

Text Example


Text Example

White with #A176DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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