#A188E5

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

Shades of Biloba Flower #A188E5

Tints of Biloba Flower #A188E5

Color information

#A188E5 (or 0xA188E5) is unknown color: approx Biloba Flower. HEX triplet: A1, 88 and E5. RGB value is (161,136,229). Sum of RGB (Red+Green+Blue) = 161+136+229=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #A188E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188E5 is #5E771A. Grayscale: #999999. Windows color (decimal): -6190875 or 15042721. OLE color: 15042721.

HSL color Cylindrical-coordinate representation of color #A188E5: hue angle of 256.13º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A188E5 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161136229-
CMYK0.300.4100.10
HSL256.13º64.14%71.57%-
HSV(B)256.13º40.61%89.8%-
XYZ37.6430.8478.1-
YUV154.08170.28132.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 229 (89.84% from 255) = 43.54%
R=30.61%
G=25.86%
B=43.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611362290.300.4100.10256.1364.1471.57
HexA188E51E290A1004048
Octal2412103453651012400100110
Binary101000011000100011100101111101010010101010000000010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188E5; }

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

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

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

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

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

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

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

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