#A996C3

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

Shades of Biloba Flower #A996C3

Tints of Biloba Flower #A996C3

Color information

#A996C3 (or 0xA996C3) is unknown color: approx Biloba Flower. HEX triplet: A9, 96 and C3. RGB value is (169,150,195). Sum of RGB (Red+Green+Blue) = 169+150+195=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #A996C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996C3 is #56693C. Grayscale: #A0A0A0. Windows color (decimal): -5663037 or 12818089. OLE color: 12818089.

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

Color convert

RGB169150195-
CMYK0.130.2300.24
HSL265.33º27.27%67.65%-
HSV(B)265.33º23.08%76.47%-
XYZ37.1234.1956.27-
YUV160.81147.29133.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 195 (76.56% from 255) = 37.94%
R=32.88%
G=29.18%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691501950.130.2300.24265.3327.2767.65
HexA996C3D170181091b44
Octal251226303152703041133104
Binary101010011001011011000011110110111011000100001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A996C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A996C3; }

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

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

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

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

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

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

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

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