#A696C7

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

Shades of Biloba Flower #A696C7

Tints of Biloba Flower #A696C7

Color information

#A696C7 (or 0xA696C7) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and C7. RGB value is (166,150,199). Sum of RGB (Red+Green+Blue) = 166+150+199=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 199 - color contains mainly: blue. Hex color #A696C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696C7 is #596938. Grayscale: #A0A0A0. Windows color (decimal): -5859641 or 13080230. OLE color: 13080230.

HSL color Cylindrical-coordinate representation of color #A696C7: hue angle of 259.59º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A696C7 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166150199-
CMYK0.170.2500.22
HSL259.59º30.43%68.43%-
HSV(B)259.59º24.62%78.04%-
XYZ36.9434.0458.66-
YUV160.37149.8132.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=32.23%
G=29.13%
B=38.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661501990.170.2500.22259.5930.4368.43
HexA696C711190161041e44
Octal246226307213102640436104
Binary1010011010010110110001111000111001010110100000100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696C7; }

 p { color: rgb(166,150,199); }

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

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

 a { background-color: rgb(166,150,199); }

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

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

 span { border-color: rgb(166,150,199); }

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