#A886E9

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

Shades of Biloba Flower #A886E9

Tints of Biloba Flower #A886E9

Color information

#A886E9 (or 0xA886E9) is unknown color: approx Biloba Flower. HEX triplet: A8, 86 and E9. RGB value is (168,134,233). Sum of RGB (Red+Green+Blue) = 168+134+233=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #A886E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886E9 is #577916. Grayscale: #9B9B9B. Windows color (decimal): -5732631 or 15304360. OLE color: 15304360.

HSL color Cylindrical-coordinate representation of color #A886E9: hue angle of 260.61º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A886E9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168134233-
CMYK0.280.4200.09
HSL260.61º69.23%71.96%-
HSV(B)260.61º42.49%91.37%-
XYZ39.3831.2681.05-
YUV155.45171.76136.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=31.40%
G=25.05%
B=43.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681342330.280.4200.09260.6169.2371.96
HexA886E91C2A091054548
Octal2502063513452011405105110
Binary101010001000011011101001111001010100100110000010110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886E9; }

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

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

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

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

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

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

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

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