#A568FD

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

Shades of Medium Purple #A568FD

Tints of Medium Purple #A568FD

Color information

#A568FD (or 0xA568FD) is unknown color: approx Medium Purple. HEX triplet: A5, 68 and FD. RGB value is (165,104,253). Sum of RGB (Red+Green+Blue) = 165+104+253=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #A568FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568FD is #5A9702. Grayscale: #8A8A8A. Windows color (decimal): -5936899 or 16607397. OLE color: 16607397.

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

Color convert

RGB165104253-
CMYK0.350.5900.01
HSL264.56º97.39%70%-
HSV(B)264.56º58.89%99.22%-
XYZ38.224.9995.74-
YUV139.22192.21146.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=31.61%
G=19.92%
B=48.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651042530.350.5900.01264.5697.3970
HexA568FD233B011096146
Octal245150375437301411141106
Binary101001011101000111111011000111110110110000100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568FD; }

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

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

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

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

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

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

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

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