#A55BF4

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

Shades of Medium Purple #A55BF4

Tints of Medium Purple #A55BF4

Color information

#A55BF4 (or 0xA55BF4) is unknown color: approx Medium Purple. HEX triplet: A5, 5B and F4. RGB value is (165,91,244). Sum of RGB (Red+Green+Blue) = 165+91+244=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #A55BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BF4 is #5AA40B. Grayscale: #828282. Windows color (decimal): -5940236 or 16014245. OLE color: 16014245.

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

Color convert

RGB16591244-
CMYK0.320.6300.04
HSL269.02º87.43%65.69%-
HSV(B)269.02º62.7%95.69%-
XYZ35.5922.0187.96-
YUV130.57192.02152.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 91 (35.94% from 255) = 18.2%
BLUE value IS 244 (95.70% from 255) = 48.8%
R=33%
G=18.2%
B=48.8%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165912440.320.6300.04269.0287.4365.69
HexA55BF4203F0410d5742
Octal245133364407704415127102
Binary10100101101101111110100100000111111010010000110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BF4; }

 p { color: rgb(165,91,244); }

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

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

 a { background-color: rgb(165,91,244); }

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

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

 span { border-color: rgb(165,91,244); }

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