#A55CFF

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

Shades of Medium Purple #A55CFF

Tints of Medium Purple #A55CFF

Color information

#A55CFF (or 0xA55CFF) is unknown color: approx Medium Purple. HEX triplet: A5, 5C and FF. RGB value is (165,92,255). Sum of RGB (Red+Green+Blue) = 165+92+255=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #A55CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CFF is #5AA300. Grayscale: #838383. Windows color (decimal): -5939969 or 16735397. OLE color: 16735397.

HSL color Cylindrical-coordinate representation of color #A55CFF: hue angle of 266.87º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A55CFF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16592255-
CMYK0.350.6400
HSL266.87º100%68.04%-
HSV(B)266.87º63.92%100%-
XYZ37.3922.8797.05-
YUV132.41197.18151.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 255 (100% from 255) = 49.80%
R=32.23%
G=17.97%
B=49.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165922550.350.6400266.8710068.04
HexA55CFF23400010b6444
Octal2451343774310000413144104
Binary1010010110111001111111110001110000000010000101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CFF; }

 p { color: rgb(165,92,255); }

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

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

 a { background-color: rgb(165,92,255); }

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

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

 span { border-color: rgb(165,92,255); }

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