#A55FF9

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

Shades of Medium Purple #A55FF9

Tints of Medium Purple #A55FF9

Color information

#A55FF9 (or 0xA55FF9) is unknown color: approx Medium Purple. HEX triplet: A5, 5F and F9. RGB value is (165,95,249). Sum of RGB (Red+Green+Blue) = 165+95+249=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #A55FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FF9 is #5AA006. Grayscale: #848484. Windows color (decimal): -5939207 or 16342949. OLE color: 16342949.

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

Color convert

RGB16595249-
CMYK0.340.6200.02
HSL267.27º92.77%67.45%-
HSV(B)267.27º61.85%97.65%-
XYZ36.7123.0292.13-
YUV133.49193.19150.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=32.42%
G=18.66%
B=48.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165952490.340.6200.02267.2792.7767.45
HexA55FF9223E0210b5d43
Octal245137371427602413135103
Binary1010010110111111111100110001011111001010000101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55FF9; }

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

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

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

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

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

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

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

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