#A696D7

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

Shades of Biloba Flower #A696D7

Tints of Biloba Flower #A696D7

Color information

#A696D7 (or 0xA696D7) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and D7. RGB value is (166,150,215). Sum of RGB (Red+Green+Blue) = 166+150+215=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #A696D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696D7 is #596928. Grayscale: #A1A1A1. Windows color (decimal): -5859625 or 14128806. OLE color: 14128806.

HSL color Cylindrical-coordinate representation of color #A696D7: hue angle of 254.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A696D7 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166150215-
CMYK0.230.3000.16
HSL254.77º44.83%71.57%-
HSV(B)254.77º30.23%84.31%-
XYZ38.934.8368.96-
YUV162.19157.8130.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=31.26%
G=28.25%
B=40.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661502150.230.3000.16254.7744.8371.57
HexA696D7171E010ff2d48
Octal246226327273602037755110
Binary1010011010010110110101111011111110010000111111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696D7; }

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

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

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

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

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

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

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

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