#A886E5

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

Shades of Biloba Flower #A886E5

Tints of Biloba Flower #A886E5

Color information

#A886E5 (or 0xA886E5) is unknown color: approx Biloba Flower. HEX triplet: A8, 86 and E5. RGB value is (168,134,229). Sum of RGB (Red+Green+Blue) = 168+134+229=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #A886E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886E5 is #57791A. Grayscale: #9A9A9A. Windows color (decimal): -5732635 or 15042216. OLE color: 15042216.

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

Color convert

RGB168134229-
CMYK0.270.4100.10
HSL261.47º64.63%71.18%-
HSV(B)261.47º41.48%89.8%-
XYZ38.8231.0378.07-
YUV155169.76137.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=31.64%
G=25.24%
B=43.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681342290.270.4100.10261.4764.6371.18
HexA886E51B290A1054147
Octal2502063453351012405101107
Binary101010001000011011100101110111010010101010000010110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886E5; }

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

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

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

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

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

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

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

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