#a696eb

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

Shades of Biloba Flower #A696EB

Tints of Biloba Flower #A696EB

Color information

#A696EB (or 0xA696EB) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and EB. RGB value is (166,150,235). Sum of RGB (Red+Green+Blue) = 166+150+235=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A696EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696EB is #596914. Grayscale: #A4A4A4. Windows color (decimal): -5859605 or 15439526. OLE color: 15439526.

HSL color Cylindrical-coordinate representation of color #A696EB: hue angle of 251.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A696EB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166150235-
CMYK0.290.3600.08
HSL251.29º68%75.49%-
HSV(B)251.29º36.17%92.16%-
XYZ41.6335.9283.34-
YUV164.47167.8129.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=30.13%
G=27.22%
B=42.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661502350.290.3600.08251.296875.49
HexA696EB1D2408fb444b
Octal2462263533544010373104113
Binary10100110100101101110101111101100100010001111101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a696eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a696eb; }

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

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

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

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

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

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

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

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