#A488F3

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

Shades of Medium Purple #A488F3

Tints of Medium Purple #A488F3

Color information

#A488F3 (or 0xA488F3) is unknown color: approx Medium Purple. HEX triplet: A4, 88 and F3. RGB value is (164,136,243). Sum of RGB (Red+Green+Blue) = 164+136+243=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #A488F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488F3 is #5B770C. Grayscale: #9C9C9C. Windows color (decimal): -5994253 or 15960228. OLE color: 15960228.

HSL color Cylindrical-coordinate representation of color #A488F3: hue angle of 255.7º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A488F3 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164136243-
CMYK0.330.4400.05
HSL255.7º81.68%74.31%-
HSV(B)255.7º44.03%95.29%-
XYZ40.2931.9788.84-
YUV156.57176.78133.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 243 (95.31% from 255) = 44.75%
R=30.20%
G=25.05%
B=44.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641362430.330.4400.05255.781.6874.31
HexA488F3212C05100524a
Octal244210363415405400122112
Binary101001001000100011110011100001101100010110000000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488F3; }

 p { color: rgb(164,136,243); }

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

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

 a { background-color: rgb(164,136,243); }

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

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

 span { border-color: rgb(164,136,243); }

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