#A696DA

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

Shades of Biloba Flower #A696DA

Tints of Biloba Flower #A696DA

Color information

#A696DA (or 0xA696DA) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and DA. RGB value is (166,150,218). Sum of RGB (Red+Green+Blue) = 166+150+218=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A696DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696DA is #596925. Grayscale: #A2A2A2. Windows color (decimal): -5859622 or 14325414. OLE color: 14325414.

HSL color Cylindrical-coordinate representation of color #A696DA: hue angle of 254.12º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A696DA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166150218-
CMYK0.240.3100.15
HSL254.12º47.89%72.16%-
HSV(B)254.12º31.19%85.49%-
XYZ39.2934.9871.01-
YUV162.54159.3130.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=31.09%
G=28.09%
B=40.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661502180.240.3100.15254.1247.8972.16
HexA696DA181F0Ffe3048
Octal246226332303701737660110
Binary101001101001011011011010110001111101111111111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696DA; }

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

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

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

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

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

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

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

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