Html Css Color HEX #A16EDE Medium Purple

📋 copy color: '#A16EDE'

red 161 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #A16EDE

Tints of Medium Purple #A16EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 32.66%
G = 22.31%
B = 45.03%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A16EDE (or 0xA16EDE) is known color: Medium Purple. HEX triplet: A1, 6E and DE. RGB value is (161,110,222). Sum of RGB (Red+Green+Blue) = 161+110+222=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #A16EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EDE is #5E9121. Grayscale: #898989. Windows color (decimal): -6197538 or 14577313. OLE color: 14577313.

HSL color Cylindrical-coordinate representation of color #A16EDE: hue angle of 267.32º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16EDE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 110 222 -
CMYK 0.27 0.50 0 0.13
HSL 267.32º 0.63% 0.65% -
HSV(B) 267.32º 0.5% 0.87% -
XYZ 33.46 24 71.98 -
YUV 138.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 161 110 222 0.27 0.50 0 0.13 267.32 0.63 0.65
Hex A1 6E DE 1B 32 0 D 10B 3F 41
Octal 241 156 336 33 62 0 15 413 77 101
Binary 10100001 1101110 11011110 11011 110010 0 1101 100001011 111111 1000001

Color Harmonies of #A16EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EDE

Black with #A16EDE

Text Example


Text Example

White with #A16EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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