#A696F1

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

Shades of Biloba Flower #A696F1

Tints of Biloba Flower #A696F1

Color information

#A696F1 (or 0xA696F1) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and F1. RGB value is (166,150,241). Sum of RGB (Red+Green+Blue) = 166+150+241=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A696F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696F1 is #59690E. Grayscale: #A4A4A4. Windows color (decimal): -5859599 or 15832742. OLE color: 15832742.

HSL color Cylindrical-coordinate representation of color #A696F1: hue angle of 250.55º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A696F1 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166150241-
CMYK0.310.3800.05
HSL250.55º76.47%76.67%-
HSV(B)250.55º37.76%94.51%-
XYZ42.5136.2787.98-
YUV165.16170.8128.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=29.80%
G=26.93%
B=43.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661502410.310.3800.05250.5576.4776.67
HexA696F11F2605fb4c4d
Octal246226361374605373114115
Binary1010011010010110111100011111110011001011111101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696F1; }

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

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

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

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

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

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

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

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