#A169EE

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

Shades of Medium Purple #A169EE

Tints of Medium Purple #A169EE

Color information

#A169EE (or 0xA169EE) is unknown color: approx Medium Purple. HEX triplet: A1, 69 and EE. RGB value is (161,105,238). Sum of RGB (Red+Green+Blue) = 161+105+238=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #A169EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A169EE is #5E9611. Grayscale: #888888. Windows color (decimal): -6198802 or 15624609. OLE color: 15624609.

HSL color Cylindrical-coordinate representation of color #A169EE: hue angle of 265.26º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A169EE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161105238-
CMYK0.320.5600.07
HSL265.26º79.64%67.25%-
HSV(B)265.26º55.88%93.33%-
XYZ35.1823.8583.64-
YUV136.91185.05145.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=31.94%
G=20.83%
B=47.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611052380.320.5600.07265.2679.6467.25
HexA169EE2038071095043
Octal241151356407007411120103
Binary10100001110100111101110100000111000011110000100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169EE; }

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

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

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

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

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

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

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

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