#A886E1

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

Shades of Biloba Flower #A886E1

Tints of Biloba Flower #A886E1

Color information

#A886E1 (or 0xA886E1) is unknown color: approx Biloba Flower. HEX triplet: A8, 86 and E1. RGB value is (168,134,225). Sum of RGB (Red+Green+Blue) = 168+134+225=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #A886E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886E1 is #57791E. Grayscale: #9A9A9A. Windows color (decimal): -5732639 or 14780072. OLE color: 14780072.

HSL color Cylindrical-coordinate representation of color #A886E1: hue angle of 262.42º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A886E1 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168134225-
CMYK0.250.4000.12
HSL262.42º60.26%70.39%-
HSV(B)262.42º40.44%88.24%-
XYZ38.2630.8175.16-
YUV154.54167.76137.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=31.88%
G=25.43%
B=42.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681342250.250.4000.12262.4260.2670.39
HexA886E119280C1063c46
Octal250206341315001440674106
Binary10101000100001101110000111001101000011001000001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886E1; }

 p { color: rgb(168,134,225); }

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

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

 a { background-color: rgb(168,134,225); }

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

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

 span { border-color: rgb(168,134,225); }

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