#A569E4

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

Shades of Medium Purple #A569E4

Tints of Medium Purple #A569E4

Color information

#A569E4 (or 0xA569E4) is unknown color: approx Medium Purple. HEX triplet: A5, 69 and E4. RGB value is (165,105,228). Sum of RGB (Red+Green+Blue) = 165+105+228=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #A569E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569E4 is #5A961B. Grayscale: #888888. Windows color (decimal): -5936668 or 14969253. OLE color: 14969253.

HSL color Cylindrical-coordinate representation of color #A569E4: hue angle of 269.27º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A569E4 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165105228-
CMYK0.280.5400.11
HSL269.27º69.49%65.29%-
HSV(B)269.27º53.95%89.41%-
XYZ34.5723.776.15-
YUV136.96179.38148-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 228 (89.45% from 255) = 45.78%
R=33.13%
G=21.08%
B=45.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651052280.280.5400.11269.2769.4965.29
HexA569E41C360B10d4541
Octal2451513443466013415105101
Binary10100101110100111100100111001101100101110000110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569E4; }

 p { color: rgb(165,105,228); }

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

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

 a { background-color: rgb(165,105,228); }

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

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

 span { border-color: rgb(165,105,228); }

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