#A469ED

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

Shades of Medium Purple #A469ED

Tints of Medium Purple #A469ED

Color information

#A469ED (or 0xA469ED) is unknown color: approx Medium Purple. HEX triplet: A4, 69 and ED. RGB value is (164,105,237). Sum of RGB (Red+Green+Blue) = 164+105+237=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #A469ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A469ED is #5B9612. Grayscale: #898989. Windows color (decimal): -6002195 or 15559076. OLE color: 15559076.

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

Color convert

RGB164105237-
CMYK0.310.5600.07
HSL266.82º78.57%67.06%-
HSV(B)266.82º55.7%92.94%-
XYZ35.6524.1182.9-
YUV137.69184.05146.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=32.41%
G=20.75%
B=46.84%

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
Decimal1641052370.310.5600.07266.8278.5767.06
HexA469ED1F380710b4f43
Octal244151355377007413117103
Binary1010010011010011110110111111111000011110000101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469ED; }

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

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

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

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

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

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

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

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