#A897D1

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

Shades of Biloba Flower #A897D1

Tints of Biloba Flower #A897D1

Color information

#A897D1 (or 0xA897D1) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and D1. RGB value is (168,151,209). Sum of RGB (Red+Green+Blue) = 168+151+209=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #A897D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897D1 is #57682E. Grayscale: #A2A2A2. Windows color (decimal): -5728303 or 13735848. OLE color: 13735848.

HSL color Cylindrical-coordinate representation of color #A897D1: hue angle of 257.59º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A897D1 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168151209-
CMYK0.200.2800.18
HSL257.59º38.67%70.59%-
HSV(B)257.59º27.75%81.96%-
XYZ38.7235.0665.05-
YUV162.7154.13131.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=31.82%
G=28.60%
B=39.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681512090.200.2800.18257.5938.6770.59
HexA897D1141C0121022747
Octal250227321243402240247107
Binary10101000100101111101000110100111000100101000000101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897D1; }

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

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

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

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

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

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

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

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