#A56FF9

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

Shades of Medium Purple #A56FF9

Tints of Medium Purple #A56FF9

Color information

#A56FF9 (or 0xA56FF9) is unknown color: approx Medium Purple. HEX triplet: A5, 6F and F9. RGB value is (165,111,249). Sum of RGB (Red+Green+Blue) = 165+111+249=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #A56FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FF9 is #5A9006. Grayscale: #8E8E8E. Windows color (decimal): -5935111 or 16347045. OLE color: 16347045.

HSL color Cylindrical-coordinate representation of color #A56FF9: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56FF9 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165111249-
CMYK0.340.5500.02
HSL263.48º92%70.59%-
HSV(B)263.48º55.42%97.65%-
XYZ38.326.2192.66-
YUV142.88187.89143.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=31.43%
G=21.14%
B=47.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651112490.340.5500.02263.489270.59
HexA56FF92237021075c47
Octal245157371426702407134107
Binary1010010111011111111100110001011011101010000011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FF9; }

 p { color: rgb(165,111,249); }

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

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

 a { background-color: rgb(165,111,249); }

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

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

 span { border-color: rgb(165,111,249); }

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