Html Css Color HEX #A16FDA Medium Purple

📋 copy color: '#A16FDA'

red 161 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #A16FDA

Tints of Medium Purple #A16FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 32.86%
G = 22.65%
B = 44.49%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A16FDA (or 0xA16FDA) is known color: Medium Purple. HEX triplet: A1, 6F and DA. RGB value is (161,111,218). Sum of RGB (Red+Green+Blue) = 161+111+218=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A16FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FDA is #5E9025. Grayscale: #898989. Windows color (decimal): -6197286 or 14315425. OLE color: 14315425.

HSL color Cylindrical-coordinate representation of color #A16FDA: hue angle of 268.04º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16FDA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 111 218 -
CMYK 0.26 0.49 0 0.15
HSL 268.04º 0.59% 0.65% -
HSV(B) 268.04º 0.49% 0.85% -
XYZ 33.04 24.01 69.22 -
YUV 138.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 161 111 218 0.26 0.49 0 0.15 268.04 0.59 0.65
Hex A1 6F DA 1A 31 0 F 10C 3B 41
Octal 241 157 332 32 61 0 17 414 73 101
Binary 10100001 1101111 11011010 11010 110001 0 1111 100001100 111011 1000001

Color Harmonies of #A16FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FDA

Black with #A16FDA

Text Example


Text Example

White with #A16FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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