#A488DC

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

Shades of Biloba Flower #A488DC

Tints of Biloba Flower #A488DC

Color information

#A488DC (or 0xA488DC) is unknown color: approx Biloba Flower. HEX triplet: A4, 88 and DC. RGB value is (164,136,220). Sum of RGB (Red+Green+Blue) = 164+136+220=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A488DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488DC is #5B7723. Grayscale: #999999. Windows color (decimal): -5994276 or 14452900. OLE color: 14452900.

HSL color Cylindrical-coordinate representation of color #A488DC: hue angle of 260º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A488DC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164136220-
CMYK0.250.3800.14
HSL260º54.55%69.8%-
HSV(B)260º38.18%86.27%-
XYZ37.0330.6771.68-
YUV153.95165.28135.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=31.54%
G=26.15%
B=42.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641362200.250.3800.1426054.5569.8
HexA488DC19260E1043746
Octal244210334314601640467106
Binary10100100100010001101110011001100110011101000001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488DC; }

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

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

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

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

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

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

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

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