#A887EB

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

Shades of Biloba Flower #A887EB

Tints of Biloba Flower #A887EB

Color information

#A887EB (or 0xA887EB) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and EB. RGB value is (168,135,235). Sum of RGB (Red+Green+Blue) = 168+135+235=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #A887EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887EB is #577814. Grayscale: #9B9B9B. Windows color (decimal): -5732373 or 15435688. OLE color: 15435688.

HSL color Cylindrical-coordinate representation of color #A887EB: hue angle of 259.8º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A887EB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168135235-
CMYK0.290.4300.08
HSL259.8º71.43%72.55%-
HSV(B)259.8º42.55%92.16%-
XYZ39.8131.6582.61-
YUV156.27172.43136.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=31.23%
G=25.09%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681352350.290.4300.08259.871.4372.55
HexA887EB1D2B081044749
Octal2502073533553010404107111
Binary101010001000011111101011111011010110100010000010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887EB; }

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

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

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

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

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

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

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

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