Html Css Color HEX #A16DDE Medium Purple

📋 copy color: '#A16DDE'

red 161 ◦ green 109 ◦ blue 222

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

Shades of Medium Purple #A16DDE

Tints of Medium Purple #A16DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

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

R = 32.72%
G = 22.15%
B = 45.12%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A16DDE (or 0xA16DDE) is known color: Medium Purple. HEX triplet: A1, 6D and DE. RGB value is (161,109,222). Sum of RGB (Red+Green+Blue) = 161+109+222=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A16DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DDE is #5E9221. Grayscale: #898989. Windows color (decimal): -6197794 or 14577057. OLE color: 14577057.

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

Color convert

RGB 161 109 222 -
CMYK 0.27 0.51 0 0.13
HSL 267.61º 0.63% 0.65% -
HSV(B) 267.61º 0.51% 0.87% -
XYZ 33.35 23.79 71.94 -
YUV 137.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 161 109 222 0.27 0.51 0 0.13 267.61 0.63 0.65
Hex A1 6D DE 1B 33 0 D 10C 3F 41
Octal 241 155 336 33 63 0 15 414 77 101
Binary 10100001 1101101 11011110 11011 110011 0 1101 100001100 111111 1000001

Color Harmonies of #A16DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DDE

Black with #A16DDE

Text Example


Text Example

White with #A16DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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