#A555F7

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

Shades of Medium Purple #A555F7

Tints of Medium Purple #A555F7

Color information

#A555F7 (or 0xA555F7) is unknown color: approx Medium Purple. HEX triplet: A5, 55 and F7. RGB value is (165,85,247). Sum of RGB (Red+Green+Blue) = 165+85+247=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #A555F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555F7 is #5AAA08. Grayscale: #7E7E7E. Windows color (decimal): -5941769 or 16209317. OLE color: 16209317.

HSL color Cylindrical-coordinate representation of color #A555F7: hue angle of 269.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A555F7 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16585247-
CMYK0.330.6600.03
HSL269.63º91.01%65.1%-
HSV(B)269.63º65.59%96.86%-
XYZ35.5521.2190.22-
YUV127.39195.5154.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 247 (96.88% from 255) = 49.70%
R=33.20%
G=17.10%
B=49.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165852470.330.6600.03269.6391.0165.1
HexA555F721420310e5b41
Octal2451253674110203416133101
Binary10100101101010111110111100001100001001110000111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555F7; }

 p { color: rgb(165,85,247); }

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

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

 a { background-color: rgb(165,85,247); }

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

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

 span { border-color: rgb(165,85,247); }

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