#A055F9

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

Shades of Medium Purple #A055F9

Tints of Medium Purple #A055F9

Color information

#A055F9 (or 0xA055F9) is unknown color: approx Medium Purple. HEX triplet: A0, 55 and F9. RGB value is (160,85,249). Sum of RGB (Red+Green+Blue) = 160+85+249=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #A055F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A055F9 is #5FAA06. Grayscale: #7D7D7D. Windows color (decimal): -6269447 or 16340384. OLE color: 16340384.

HSL color Cylindrical-coordinate representation of color #A055F9: hue angle of 267.44º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A055F9 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16085249-
CMYK0.360.6600.02
HSL267.44º93.18%65.49%-
HSV(B)267.44º65.86%97.65%-
XYZ34.8420.8191.8-
YUV126.12197.35152.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 249 (97.66% from 255) = 50.40%
R=32.39%
G=17.21%
B=50.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160852490.360.6600.02267.4493.1865.49
HexA055F924420210b5d41
Octal2401253714410202413135101
Binary10100000101010111111001100100100001001010000101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055F9; }

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

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

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

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

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

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

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

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