#A998C6

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

Shades of Biloba Flower #A998C6

Tints of Biloba Flower #A998C6

Color information

#A998C6 (or 0xA998C6) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and C6. RGB value is (169,152,198). Sum of RGB (Red+Green+Blue) = 169+152+198=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #A998C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C6 is #566739. Grayscale: #A2A2A2. Windows color (decimal): -5662522 or 13015209. OLE color: 13015209.

HSL color Cylindrical-coordinate representation of color #A998C6: hue angle of 262.17º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A998C6 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169152198-
CMYK0.150.2300.22
HSL262.17º28.75%68.63%-
HSV(B)262.17º23.23%77.65%-
XYZ37.7834.9758.18-
YUV162.33148.13132.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=32.56%
G=29.29%
B=38.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691521980.150.2300.22262.1728.7568.63
HexA998C6F170161061d45
Octal251230306172702640635105
Binary101010011001100011000110111110111010110100000110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998C6; }

 p { color: rgb(169,152,198); }

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

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

 a { background-color: rgb(169,152,198); }

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

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

 span { border-color: rgb(169,152,198); }

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