#A898DB

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

Shades of Biloba Flower #A898DB

Tints of Biloba Flower #A898DB

Color information

#A898DB (or 0xA898DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and DB. RGB value is (168,152,219). Sum of RGB (Red+Green+Blue) = 168+152+219=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A898DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898DB is #576724. Grayscale: #A4A4A4. Windows color (decimal): -5728037 or 14391464. OLE color: 14391464.

HSL color Cylindrical-coordinate representation of color #A898DB: hue angle of 254.33º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A898DB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168152219-
CMYK0.230.3100.14
HSL254.33º48.2%72.75%-
HSV(B)254.33º30.59%85.88%-
XYZ40.1635.971.83-
YUV164.42158.8130.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=31.17%
G=28.20%
B=40.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681522190.230.3100.14254.3348.272.75
HexA898DB171F0Efe3049
Octal250230333273701637660111
Binary101010001001100011011011101111111101110111111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898DB; }

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

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

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

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

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

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

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

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