#A169F1

Color #A169F1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A169F1

Tints of Medium Purple #A169F1

Color information

#A169F1 (or 0xA169F1) is unknown color: approx Medium Purple. HEX triplet: A1, 69 and F1. RGB value is (161,105,241). Sum of RGB (Red+Green+Blue) = 161+105+241=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #A169F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A169F1 is #5E960E. Grayscale: #888888. Windows color (decimal): -6198799 or 15821217. OLE color: 15821217.

HSL color Cylindrical-coordinate representation of color #A169F1: hue angle of 264.71º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A169F1 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161105241-
CMYK0.330.5600.05
HSL264.71º82.93%67.84%-
HSV(B)264.71º56.43%94.51%-
XYZ35.6324.0385.98-
YUV137.25186.55144.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=31.76%
G=20.71%
B=47.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611052410.330.5600.05264.7182.9367.84
HexA169F12138051095344
Octal241151361417005411123104
Binary10100001110100111110001100001111000010110000100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169F1; }

 p { color: rgb(161,105,241); }

 H1.HeaderClassName
 {
   color: #A169F1;
 }
 .AnyTagClassName
 {
   color: #A169F1;
 }
</style>
background-color css

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

 a { background-color: rgb(161,105,241); }

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

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

 span { border-color: rgb(161,105,241); }

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