#A887E2

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

Shades of Biloba Flower #A887E2

Tints of Biloba Flower #A887E2

Color information

#A887E2 (or 0xA887E2) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and E2. RGB value is (168,135,226). Sum of RGB (Red+Green+Blue) = 168+135+226=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #A887E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887E2 is #57781D. Grayscale: #9A9A9A. Windows color (decimal): -5732382 or 14845864. OLE color: 14845864.

HSL color Cylindrical-coordinate representation of color #A887E2: hue angle of 261.76º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A887E2 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168135226-
CMYK0.260.4000.11
HSL261.76º61.07%70.78%-
HSV(B)261.76º40.27%88.63%-
XYZ38.5431.1475.93-
YUV155.24167.93137.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 226 (88.67% from 255) = 42.72%
R=31.76%
G=25.52%
B=42.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681352260.260.4000.11261.7661.0770.78
HexA887E21A280B1063d47
Octal250207342325001340675107
Binary10101000100001111110001011010101000010111000001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887E2; }

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

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

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

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

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

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

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

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