#A887EA

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

Shades of Biloba Flower #A887EA

Tints of Biloba Flower #A887EA

Color information

#A887EA (or 0xA887EA) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and EA. RGB value is (168,135,234). Sum of RGB (Red+Green+Blue) = 168+135+234=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #A887EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887EA is #577815. Grayscale: #9B9B9B. Windows color (decimal): -5732374 or 15370152. OLE color: 15370152.

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

Color convert

RGB168135234-
CMYK0.280.4200.08
HSL260º70.21%72.35%-
HSV(B)260º42.31%91.76%-
XYZ39.6631.5981.85-
YUV156.15171.93136.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=31.28%
G=25.14%
B=43.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681352340.280.4200.0826070.2172.35
HexA887EA1C2A081044648
Octal2502073523452010404106110
Binary101010001000011111101010111001010100100010000010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887EA; }

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

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

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

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

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

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

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

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