#A055FD

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

Shades of Medium Purple #A055FD

Tints of Medium Purple #A055FD

Color information

#A055FD (or 0xA055FD) is unknown color: approx Medium Purple. HEX triplet: A0, 55 and FD. RGB value is (160,85,253). Sum of RGB (Red+Green+Blue) = 160+85+253=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #A055FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A055FD is #5FAA02. Grayscale: #7D7D7D. Windows color (decimal): -6269443 or 16602528. OLE color: 16602528.

HSL color Cylindrical-coordinate representation of color #A055FD: hue angle of 266.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A055FD is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16085253-
CMYK0.370.6600.01
HSL266.79º97.67%66.27%-
HSV(B)266.79º66.4%99.22%-
XYZ35.4821.0695.12-
YUV126.58199.35151.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=32.13%
G=17.07%
B=50.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160852530.370.6600.01266.7997.6766.27
HexA055FD25420110b6242
Octal2401253754510201413142102
Binary1010000010101011111110110010110000100110000101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055FD; }

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

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

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

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

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

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

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

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