#A169EA

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

Shades of Medium Purple #A169EA

Tints of Medium Purple #A169EA

Color information

#A169EA (or 0xA169EA) is unknown color: approx Medium Purple. HEX triplet: A1, 69 and EA. RGB value is (161,105,234). Sum of RGB (Red+Green+Blue) = 161+105+234=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #A169EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A169EA is #5E9615. Grayscale: #878787. Windows color (decimal): -6198806 or 15362465. OLE color: 15362465.

HSL color Cylindrical-coordinate representation of color #A169EA: hue angle of 266.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A169EA is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161105234-
CMYK0.310.5500.08
HSL266.05º75.44%66.47%-
HSV(B)266.05º55.13%91.76%-
XYZ34.623.6280.58-
YUV136.45183.05145.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=32.2%
G=21%
B=46.8%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611052340.310.5500.08266.0575.4466.47
HexA169EA1F370810a4b42
Octal2411513523767010412113102
Binary10100001110100111101010111111101110100010000101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169EA; }

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

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

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

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

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

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

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

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