#A699C6

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

Shades of Biloba Flower #A699C6

Tints of Biloba Flower #A699C6

Color information

#A699C6 (or 0xA699C6) is unknown color: approx Biloba Flower. HEX triplet: A6, 99 and C6. RGB value is (166,153,198). Sum of RGB (Red+Green+Blue) = 166+153+198=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #A699C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699C6 is #596639. Grayscale: #A1A1A1. Windows color (decimal): -5858874 or 13015462. OLE color: 13015462.

HSL color Cylindrical-coordinate representation of color #A699C6: hue angle of 257.33º degrees, saturation: 0.28, 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 #A699C6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166153198-
CMYK0.160.2300.22
HSL257.33º28.3%68.82%-
HSV(B)257.33º22.73%77.65%-
XYZ37.3134.9758.21-
YUV162.02148.31130.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=32.11%
G=29.59%
B=38.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661531980.160.2300.22257.3328.368.82
HexA699C610170161011c45
Octal246231306202702640134105
Binary1010011010011001110001101000010111010110100000001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699C6; }

 p { color: rgb(166,153,198); }

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

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

 a { background-color: rgb(166,153,198); }

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

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

 span { border-color: rgb(166,153,198); }

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