#A998C3

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

Shades of Biloba Flower #A998C3

Tints of Biloba Flower #A998C3

Color information

#A998C3 (or 0xA998C3) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and C3. RGB value is (169,152,195). Sum of RGB (Red+Green+Blue) = 169+152+195=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #A998C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C3 is #56673C. Grayscale: #A1A1A1. Windows color (decimal): -5662525 or 12818601. OLE color: 12818601.

HSL color Cylindrical-coordinate representation of color #A998C3: hue angle of 263.72º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A998C3 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169152195-
CMYK0.130.2200.24
HSL263.72º26.38%68.04%-
HSV(B)263.72º22.05%76.47%-
XYZ37.4434.8356.38-
YUV161.98146.63133-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=32.75%
G=29.46%
B=37.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691521950.130.2200.24263.7226.3868.04
HexA998C3D160181081a44
Octal251230303152603041032104
Binary101010011001100011000011110110110011000100001000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998C3; }

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

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

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

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

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

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

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

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