#A98DDB

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

Shades of Biloba Flower #A98DDB

Tints of Biloba Flower #A98DDB

Color information

#A98DDB (or 0xA98DDB) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and DB. RGB value is (169,141,219). Sum of RGB (Red+Green+Blue) = 169+141+219=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A98DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DDB is #567224. Grayscale: #9D9D9D. Windows color (decimal): -5665317 or 14388649. OLE color: 14388649.

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

Color convert

RGB169141219-
CMYK0.230.3600.14
HSL261.54º52%70.59%-
HSV(B)261.54º35.62%85.88%-
XYZ38.6732.671.27-
YUV158.26162.28135.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=31.95%
G=26.65%
B=41.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691412190.230.3600.14261.545270.59
HexA98DDB17240E1063447
Octal251215333274401640664107
Binary10101001100011011101101110111100100011101000001101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DDB; }

 p { color: rgb(169,141,219); }

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

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

 a { background-color: rgb(169,141,219); }

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

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

 span { border-color: rgb(169,141,219); }

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