Html Css Color HEX #A16EDB Medium Purple

📋 copy color: '#A16EDB'

red 161 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #A16EDB

Tints of Medium Purple #A16EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.45%

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

R = 32.86%
G = 22.45%
B = 44.69%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A16EDB (or 0xA16EDB) is known color: Medium Purple. HEX triplet: A1, 6E and DB. RGB value is (161,110,219). Sum of RGB (Red+Green+Blue) = 161+110+219=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A16EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EDB is #5E9124. Grayscale: #898989. Windows color (decimal): -6197541 or 14380705. OLE color: 14380705.

HSL color Cylindrical-coordinate representation of color #A16EDB: hue angle of 268.07º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16EDB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 110 219 -
CMYK 0.26 0.50 0 0.14
HSL 268.07º 0.6% 0.65% -
HSV(B) 268.07º 0.5% 0.86% -
XYZ 33.06 23.84 69.88 -
YUV 137.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 161 110 219 0.26 0.50 0 0.14 268.07 0.6 0.65
Hex A1 6E DB 1A 32 0 E 10C 3C 41
Octal 241 156 333 32 62 0 16 414 74 101
Binary 10100001 1101110 11011011 11010 110010 0 1110 100001100 111100 1000001

Color Harmonies of #A16EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EDB

Black with #A16EDB

Text Example


Text Example

White with #A16EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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