#A569F0

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

Shades of Medium Purple #A569F0

Tints of Medium Purple #A569F0

Color information

#A569F0 (or 0xA569F0) is unknown color: approx Medium Purple. HEX triplet: A5, 69 and F0. RGB value is (165,105,240). Sum of RGB (Red+Green+Blue) = 165+105+240=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #A569F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A569F0 is #5A960F. Grayscale: #898989. Windows color (decimal): -5936656 or 15755685. OLE color: 15755685.

HSL color Cylindrical-coordinate representation of color #A569F0: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A569F0 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165105240-
CMYK0.310.5600.06
HSL266.67º81.82%67.65%-
HSV(B)266.67º56.25%94.12%-
XYZ36.324.3985.23-
YUV138.33185.38147.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 240 (94.14% from 255) = 47.06%
R=32.35%
G=20.59%
B=47.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651052400.310.5600.06266.6781.8267.65
HexA569F01F380610b5244
Octal245151360377006413122104
Binary1010010111010011111000011111111000011010000101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569F0; }

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

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

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

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

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

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

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

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