#A898DE

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

Shades of Biloba Flower #A898DE

Tints of Biloba Flower #A898DE

Color information

#A898DE (or 0xA898DE) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and DE. RGB value is (168,152,222). Sum of RGB (Red+Green+Blue) = 168+152+222=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #A898DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898DE is #576721. Grayscale: #A4A4A4. Windows color (decimal): -5728034 or 14588072. OLE color: 14588072.

HSL color Cylindrical-coordinate representation of color #A898DE: hue angle of 253.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A898DE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168152222-
CMYK0.240.3200.13
HSL253.71º51.47%73.33%-
HSV(B)253.71º31.53%87.06%-
XYZ40.5636.0673.93-
YUV164.76160.3130.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=31.00%
G=28.04%
B=40.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681522220.240.3200.13253.7151.4773.33
HexA898DE18200Dfe3349
Octal250230336304001537663111
Binary1010100010011000110111101100010000001101111111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898DE; }

 p { color: rgb(168,152,222); }

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

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

 a { background-color: rgb(168,152,222); }

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

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

 span { border-color: rgb(168,152,222); }

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