#A055F6

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

Shades of Medium Purple #A055F6

Tints of Medium Purple #A055F6

Color information

#A055F6 (or 0xA055F6) is unknown color: approx Medium Purple. HEX triplet: A0, 55 and F6. RGB value is (160,85,246). Sum of RGB (Red+Green+Blue) = 160+85+246=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #A055F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A055F6 is #5FAA09. Grayscale: #7D7D7D. Windows color (decimal): -6269450 or 16143776. OLE color: 16143776.

HSL color Cylindrical-coordinate representation of color #A055F6: hue angle of 267.95º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A055F6 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16085246-
CMYK0.350.6500.04
HSL267.95º89.94%64.9%-
HSV(B)267.95º65.45%96.47%-
XYZ34.3820.6289.36-
YUV125.78195.85152.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 85 (33.59% from 255) = 17.31%
BLUE value IS 246 (96.48% from 255) = 50.10%
R=32.59%
G=17.31%
B=50.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160852460.350.6500.04267.9589.9464.9
HexA055F623410410c5a41
Octal2401253664310104414132101
Binary101000001010101111101101000111000001010010000110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055F6; }

 p { color: rgb(160,85,246); }

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

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

 a { background-color: rgb(160,85,246); }

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

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

 span { border-color: rgb(160,85,246); }

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