#A188D5

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

Shades of Biloba Flower #A188D5

Tints of Biloba Flower #A188D5

Color information

#A188D5 (or 0xA188D5) is unknown color: approx Biloba Flower. HEX triplet: A1, 88 and D5. RGB value is (161,136,213). Sum of RGB (Red+Green+Blue) = 161+136+213=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #A188D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188D5 is #5E772A. Grayscale: #979797. Windows color (decimal): -6190891 or 13994145. OLE color: 13994145.

HSL color Cylindrical-coordinate representation of color #A188D5: hue angle of 259.48º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A188D5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161136213-
CMYK0.240.3600.16
HSL259.48º47.83%68.43%-
HSV(B)259.48º36.15%83.53%-
XYZ35.5129.9966.87-
YUV152.25162.28134.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 213 (83.59% from 255) = 41.76%
R=31.57%
G=26.67%
B=41.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611362130.240.3600.16259.4847.8368.43
HexA188D518240101033044
Octal241210325304402040360104
Binary101000011000100011010101110001001000100001000000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188D5; }

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

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

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

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

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

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

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

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