#A887E6

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

Shades of Biloba Flower #A887E6

Tints of Biloba Flower #A887E6

Color information

#A887E6 (or 0xA887E6) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and E6. RGB value is (168,135,230). Sum of RGB (Red+Green+Blue) = 168+135+230=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #A887E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887E6 is #577819. Grayscale: #9B9B9B. Windows color (decimal): -5732378 or 15108008. OLE color: 15108008.

HSL color Cylindrical-coordinate representation of color #A887E6: hue angle of 260.84º degrees, saturation: 0.66, 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 #A887E6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168135230-
CMYK0.270.4100.10
HSL260.84º65.52%71.57%-
HSV(B)260.84º41.3%90.2%-
XYZ39.131.3778.86-
YUV155.7169.93136.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 230 (90.23% from 255) = 43.15%
R=31.52%
G=25.33%
B=43.15%

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
Decimal1681352300.270.4100.10260.8465.5271.57
HexA887E61B290A1054248
Octal2502073463351012405102110
Binary101010001000011111100110110111010010101010000010110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887E6; }

 p { color: rgb(168,135,230); }

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

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

 a { background-color: rgb(168,135,230); }

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

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

 span { border-color: rgb(168,135,230); }

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