#A98EDB

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

Shades of Biloba Flower #A98EDB

Tints of Biloba Flower #A98EDB

Color information

#A98EDB (or 0xA98EDB) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and DB. RGB value is (169,142,219). Sum of RGB (Red+Green+Blue) = 169+142+219=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A98EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EDB is #567124. Grayscale: #9E9E9E. Windows color (decimal): -5665061 or 14388905. OLE color: 14388905.

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

Color convert

RGB169142219-
CMYK0.230.3500.14
HSL261.04º51.68%70.78%-
HSV(B)261.04º35.16%85.88%-
XYZ38.8232.971.32-
YUV158.85161.95135.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=31.89%
G=26.79%
B=41.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691422190.230.3500.14261.0451.6870.78
HexA98EDB17230E1053447
Octal251216333274301640564107
Binary10101001100011101101101110111100011011101000001011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EDB; }

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

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

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

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

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

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

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

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