#A98DC9

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

Shades of Biloba Flower #A98DC9

Tints of Biloba Flower #A98DC9

Color information

#A98DC9 (or 0xA98DC9) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and C9. RGB value is (169,141,201). Sum of RGB (Red+Green+Blue) = 169+141+201=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #A98DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DC9 is #567236. Grayscale: #9C9C9C. Windows color (decimal): -5665335 or 13209001. OLE color: 13209001.

HSL color Cylindrical-coordinate representation of color #A98DC9: hue angle of 268º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98DC9 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169141201-
CMYK0.160.3000.21
HSL268º35.71%67.06%-
HSV(B)268º29.85%78.82%-
XYZ36.4331.759.46-
YUV156.21153.28137.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=33.07%
G=27.59%
B=39.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691412010.160.3000.2126835.7167.06
HexA98DC9101E01510c2443
Octal251215311203602541444103
Binary10101001100011011100100110000111100101011000011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DC9; }

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

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

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

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

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

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

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

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