#A488D8

Color #A488D8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A488D8

Tints of Biloba Flower #A488D8

Color information

#A488D8 (or 0xA488D8) is unknown color: approx Biloba Flower. HEX triplet: A4, 88 and D8. RGB value is (164,136,216). Sum of RGB (Red+Green+Blue) = 164+136+216=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #A488D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488D8 is #5B7727. Grayscale: #999999. Windows color (decimal): -5994280 or 14190756. OLE color: 14190756.

HSL color Cylindrical-coordinate representation of color #A488D8: hue angle of 261º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A488D8 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164136216-
CMYK0.240.3700.15
HSL261º50.63%69.02%-
HSV(B)261º37.04%84.71%-
XYZ36.5130.4668.92-
YUV153.49163.28135.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 216 (84.77% from 255) = 41.86%
R=31.78%
G=26.36%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641362160.240.3700.1526150.6369.02
HexA488D818250F1053345
Octal244210330304501740563105
Binary10100100100010001101100011000100101011111000001011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488D8; }

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

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

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

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

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

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

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

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