#A188DB

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

Shades of Biloba Flower #A188DB

Tints of Biloba Flower #A188DB

Color information

#A188DB (or 0xA188DB) is unknown color: approx Biloba Flower. HEX triplet: A1, 88 and DB. RGB value is (161,136,219). Sum of RGB (Red+Green+Blue) = 161+136+219=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A188DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188DB is #5E7724. Grayscale: #989898. Windows color (decimal): -6190885 or 14387361. OLE color: 14387361.

HSL color Cylindrical-coordinate representation of color #A188DB: hue angle of 258.07º degrees, saturation: 0.54, 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 #A188DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161136219-
CMYK0.260.3800.14
HSL258.07º53.55%69.61%-
HSV(B)258.07º37.9%85.88%-
XYZ36.2930.370.95-
YUV152.94165.28133.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=31.20%
G=26.36%
B=42.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611362190.260.3800.14258.0753.5569.61
HexA188DB1A260E1023646
Octal241210333324601640266106
Binary10100001100010001101101111010100110011101000000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188DB; }

 p { color: rgb(161,136,219); }

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

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

 a { background-color: rgb(161,136,219); }

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

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

 span { border-color: rgb(161,136,219); }

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