Html Css Color HEX #A16FDD Medium Purple

📋 copy color: '#A16FDD'

red 161 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #A16FDD

Tints of Medium Purple #A16FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.52%

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 32.66%
G = 22.52%
B = 44.83%

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

#A16FDD (or 0xA16FDD) is known color: Medium Purple. HEX triplet: A1, 6F and DD. RGB value is (161,111,221). Sum of RGB (Red+Green+Blue) = 161+111+221=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #A16FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FDD is #5E9022. Grayscale: #8A8A8A. Windows color (decimal): -6197283 or 14512033. OLE color: 14512033.

HSL color Cylindrical-coordinate representation of color #A16FDD: hue angle of 267.27º degrees, saturation: 0.62, 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 #A16FDD is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 111 221 -
CMYK 0.27 0.50 0 0.13
HSL 267.27º 0.62% 0.65% -
HSV(B) 267.27º 0.5% 0.87% -
XYZ 33.43 24.17 71.31 -
YUV 138.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 161 111 221 0.27 0.50 0 0.13 267.27 0.62 0.65
Hex A1 6F DD 1B 32 0 D 10B 3E 41
Octal 241 157 335 33 62 0 15 413 76 101
Binary 10100001 1101111 11011101 11011 110010 0 1101 100001011 111110 1000001

Color Harmonies of #A16FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FDD

Black with #A16FDD

Text Example


Text Example

White with #A16FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FDD; }

 p { color: rgb(161,111,221); }

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

background-color css

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

 a { background-color: rgb(161,111,221); }

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

border-color css

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

 span { border-color: rgb(161,111,221); }

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