#A897E5

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

Shades of Biloba Flower #A897E5

Tints of Biloba Flower #A897E5

Color information

#A897E5 (or 0xA897E5) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and E5. RGB value is (168,151,229). Sum of RGB (Red+Green+Blue) = 168+151+229=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #A897E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897E5 is #57681A. Grayscale: #A4A4A4. Windows color (decimal): -5728283 or 15046568. OLE color: 15046568.

HSL color Cylindrical-coordinate representation of color #A897E5: hue angle of 253.08º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A897E5 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168151229-
CMYK0.270.3400.10
HSL253.08º60%74.51%-
HSV(B)253.08º34.06%89.8%-
XYZ41.3636.1278.92-
YUV164.98164.13130.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=30.66%
G=27.55%
B=41.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681512290.270.3400.10253.086074.51
HexA897E51B220Afd3c4b
Octal250227345334201237574113
Binary1010100010010111111001011101110001001010111111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897E5; }

 p { color: rgb(168,151,229); }

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

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

 a { background-color: rgb(168,151,229); }

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

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

 span { border-color: rgb(168,151,229); }

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