#A488F7

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

Shades of Medium Purple #A488F7

Tints of Medium Purple #A488F7

Color information

#A488F7 (or 0xA488F7) is unknown color: approx Medium Purple. HEX triplet: A4, 88 and F7. RGB value is (164,136,247). Sum of RGB (Red+Green+Blue) = 164+136+247=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #A488F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488F7 is #5B7708. Grayscale: #9C9C9C. Windows color (decimal): -5994249 or 16222372. OLE color: 16222372.

HSL color Cylindrical-coordinate representation of color #A488F7: hue angle of 255.14º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A488F7 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164136247-
CMYK0.340.4500.03
HSL255.14º87.4%75.1%-
HSV(B)255.14º44.94%96.86%-
XYZ40.932.2292.06-
YUV157.03178.78132.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 247 (96.88% from 255) = 45.16%
R=29.98%
G=24.86%
B=45.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641362470.340.4500.03255.1487.475.1
HexA488F7222D03ff574b
Octal244210367425503377127113
Binary1010010010001000111101111000101011010111111111110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488F7; }

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

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

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

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

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

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

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

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