#A55BED

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

Shades of Medium Purple #A55BED

Tints of Medium Purple #A55BED

Color information

#A55BED (or 0xA55BED) is unknown color: approx Medium Purple. HEX triplet: A5, 5B and ED. RGB value is (165,91,237). Sum of RGB (Red+Green+Blue) = 165+91+237=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #A55BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BED is #5AA412. Grayscale: #818181. Windows color (decimal): -5940243 or 15555493. OLE color: 15555493.

HSL color Cylindrical-coordinate representation of color #A55BED: hue angle of 270.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55BED is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16591237-
CMYK0.300.6200.07
HSL270.41º80.22%64.31%-
HSV(B)270.41º61.6%92.94%-
XYZ34.5421.682.47-
YUV129.77188.52153.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 237 (92.97% from 255) = 48.07%
R=33.47%
G=18.46%
B=48.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165912370.300.6200.07270.4180.2264.31
HexA55BED1E3E0710e5040
Octal245133355367607416120100
Binary1010010110110111110110111110111110011110000111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BED; }

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

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

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

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

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

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

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

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