#A469EC

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

Shades of Medium Purple #A469EC

Tints of Medium Purple #A469EC

Color information

#A469EC (or 0xA469EC) is unknown color: approx Medium Purple. HEX triplet: A4, 69 and EC. RGB value is (164,105,236). Sum of RGB (Red+Green+Blue) = 164+105+236=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A469EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A469EC is #5B9613. Grayscale: #898989. Windows color (decimal): -6002196 or 15493540. OLE color: 15493540.

HSL color Cylindrical-coordinate representation of color #A469EC: hue angle of 267.02º degrees, saturation: 0.78, 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 #A469EC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164105236-
CMYK0.310.5600.07
HSL267.02º77.51%66.86%-
HSV(B)267.02º55.51%92.55%-
XYZ35.524.0582.13-
YUV137.57183.55146.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 236 (92.58% from 255) = 46.73%
R=32.48%
G=20.79%
B=46.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641052360.310.5600.07267.0277.5166.86
HexA469EC1F380710b4e43
Octal244151354377007413116103
Binary1010010011010011110110011111111000011110000101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469EC; }

 p { color: rgb(164,105,236); }

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

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

 a { background-color: rgb(164,105,236); }

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

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

 span { border-color: rgb(164,105,236); }

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