#A55BEF

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

Shades of Medium Purple #A55BEF

Tints of Medium Purple #A55BEF

Color information

#A55BEF (or 0xA55BEF) is unknown color: approx Medium Purple. HEX triplet: A5, 5B and EF. RGB value is (165,91,239). Sum of RGB (Red+Green+Blue) = 165+91+239=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #A55BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BEF is #5AA410. Grayscale: #818181. Windows color (decimal): -5940241 or 15686565. OLE color: 15686565.

HSL color Cylindrical-coordinate representation of color #A55BEF: hue angle of 270º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55BEF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16591239-
CMYK0.310.6200.06
HSL270º82.22%64.71%-
HSV(B)270º61.92%93.73%-
XYZ34.8421.7184.02-
YUV130189.52152.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 18.38%
BLUE value IS 239 (93.75% from 255) = 48.28%
R=33.33%
G=18.38%
B=48.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165912390.310.6200.0627082.2264.71
HexA55BEF1F3E0610e5241
Octal245133357377606416122101
Binary1010010110110111110111111111111110011010000111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BEF; }

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

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

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

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

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

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

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

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