#A189D8

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

Shades of Biloba Flower #A189D8

Tints of Biloba Flower #A189D8

Color information

#A189D8 (or 0xA189D8) is unknown color: approx Biloba Flower. HEX triplet: A1, 89 and D8. RGB value is (161,137,216). Sum of RGB (Red+Green+Blue) = 161+137+216=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #A189D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189D8 is #5E7627. Grayscale: #989898. Windows color (decimal): -6190632 or 14191009. OLE color: 14191009.

HSL color Cylindrical-coordinate representation of color #A189D8: hue angle of 258.23º degrees, saturation: 0.5, 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 #A189D8 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161137216-
CMYK0.250.3700.15
HSL258.23º50.32%69.22%-
HSV(B)258.23º36.57%84.71%-
XYZ36.0430.4368.94-
YUV153.18163.45133.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=31.32%
G=26.65%
B=42.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611372160.250.3700.15258.2350.3269.22
HexA189D819250F1023245
Octal241211330314501740262105
Binary10100001100010011101100011001100101011111000000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189D8; }

 p { color: rgb(161,137,216); }

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

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

 a { background-color: rgb(161,137,216); }

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

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

 span { border-color: rgb(161,137,216); }

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