#A55FF1

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

Shades of Medium Purple #A55FF1

Tints of Medium Purple #A55FF1

Color information

#A55FF1 (or 0xA55FF1) is unknown color: approx Medium Purple. HEX triplet: A5, 5F and F1. RGB value is (165,95,241). Sum of RGB (Red+Green+Blue) = 165+95+241=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #A55FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FF1 is #5AA00E. Grayscale: #848484. Windows color (decimal): -5939215 or 15818661. OLE color: 15818661.

HSL color Cylindrical-coordinate representation of color #A55FF1: hue angle of 268.77º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55FF1 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16595241-
CMYK0.320.6100.05
HSL268.77º83.91%65.88%-
HSV(B)268.77º60.58%94.51%-
XYZ35.4922.5385.7-
YUV132.57189.19151.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 241 (94.53% from 255) = 48.10%
R=32.93%
G=18.96%
B=48.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165952410.320.6100.05268.7783.9165.88
HexA55FF1203D0510d5442
Octal245137361407505415124102
Binary10100101101111111110001100000111101010110000110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55FF1; }

 p { color: rgb(165,95,241); }

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

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

 a { background-color: rgb(165,95,241); }

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

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

 span { border-color: rgb(165,95,241); }

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