#A998C1

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

Shades of Biloba Flower #A998C1

Tints of Biloba Flower #A998C1

Color information

#A998C1 (or 0xA998C1) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and C1. RGB value is (169,152,193). Sum of RGB (Red+Green+Blue) = 169+152+193=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A998C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C1 is #56673E. Grayscale: #A1A1A1. Windows color (decimal): -5662527 or 12687529. OLE color: 12687529.

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

Color convert

RGB169152193-
CMYK0.120.2100.24
HSL264.88º24.85%67.65%-
HSV(B)264.88º21.24%75.69%-
XYZ37.2234.7455.2-
YUV161.76145.63133.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=32.88%
G=29.57%
B=37.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691521930.120.2100.24264.8824.8567.65
HexA998C1C150181091944
Octal251230301142503041131104
Binary101010011001100011000001110010101011000100001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998C1; }

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

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

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

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

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

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

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

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