#A55DF5

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

Shades of Medium Purple #A55DF5

Tints of Medium Purple #A55DF5

Color information

#A55DF5 (or 0xA55DF5) is unknown color: approx Medium Purple. HEX triplet: A5, 5D and F5. RGB value is (165,93,245). Sum of RGB (Red+Green+Blue) = 165+93+245=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #A55DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DF5 is #5AA20A. Grayscale: #838383. Windows color (decimal): -5939723 or 16080293. OLE color: 16080293.

HSL color Cylindrical-coordinate representation of color #A55DF5: hue angle of 268.42º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55DF5 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16593245-
CMYK0.330.6200.04
HSL268.42º88.37%66.27%-
HSV(B)268.42º62.04%96.08%-
XYZ35.9122.4288.82-
YUV131.86191.85151.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 245 (96.09% from 255) = 48.71%
R=32.80%
G=18.49%
B=48.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165932450.330.6200.04268.4288.3766.27
HexA55DF5213E0410c5842
Octal245135365417604414130102
Binary10100101101110111110101100001111110010010000110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DF5; }

 p { color: rgb(165,93,245); }

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

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

 a { background-color: rgb(165,93,245); }

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

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

 span { border-color: rgb(165,93,245); }

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