#A98DD1

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

Shades of Biloba Flower #A98DD1

Tints of Biloba Flower #A98DD1

Color information

#A98DD1 (or 0xA98DD1) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and D1. RGB value is (169,141,209). Sum of RGB (Red+Green+Blue) = 169+141+209=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #A98DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DD1 is #56722E. Grayscale: #9C9C9C. Windows color (decimal): -5665327 or 13733289. OLE color: 13733289.

HSL color Cylindrical-coordinate representation of color #A98DD1: hue angle of 264.71º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A98DD1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169141209-
CMYK0.190.3300.18
HSL264.71º42.5%68.63%-
HSV(B)264.71º32.54%81.96%-
XYZ37.432.0964.54-
YUV157.12157.28136.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=32.56%
G=27.17%
B=40.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691412090.190.3300.18264.7142.568.63
HexA98DD113210121092a45
Octal251215321234102241152105
Binary101010011000110111010001100111000010100101000010011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DD1; }

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

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

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

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

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

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

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

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