#A98BDB

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

Shades of Biloba Flower #A98BDB

Tints of Biloba Flower #A98BDB

Color information

#A98BDB (or 0xA98BDB) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and DB. RGB value is (169,139,219). Sum of RGB (Red+Green+Blue) = 169+139+219=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A98BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BDB is #567424. Grayscale: #9C9C9C. Windows color (decimal): -5665829 or 14388137. OLE color: 14388137.

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

Color convert

RGB169139219-
CMYK0.230.3700.14
HSL262.5º52.63%70.2%-
HSV(B)262.5º36.53%85.88%-
XYZ38.3832.0171.17-
YUV157.09162.94136.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=32.07%
G=26.38%
B=41.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691392190.230.3700.14262.552.6370.2
HexA98BDB17250E1063546
Octal251213333274501640665106
Binary10101001100010111101101110111100101011101000001101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BDB; }

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

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

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

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

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

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

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

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