#A569FD

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

Shades of Medium Purple #A569FD

Tints of Medium Purple #A569FD

Color information

#A569FD (or 0xA569FD) is unknown color: approx Medium Purple. HEX triplet: A5, 69 and FD. RGB value is (165,105,253). Sum of RGB (Red+Green+Blue) = 165+105+253=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #A569FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A569FD is #5A9602. Grayscale: #8B8B8B. Windows color (decimal): -5936643 or 16607653. OLE color: 16607653.

HSL color Cylindrical-coordinate representation of color #A569FD: hue angle of 264.32º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A569FD is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165105253-
CMYK0.350.5800.01
HSL264.32º97.37%70.2%-
HSV(B)264.32º58.5%99.22%-
XYZ38.325.1995.77-
YUV139.81191.88145.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=31.55%
G=20.08%
B=48.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651052530.350.5800.01264.3297.3770.2
HexA569FD233A011086146
Octal245151375437201410141106
Binary101001011101001111111011000111110100110000100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569FD; }

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

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

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

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

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

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

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

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