#A696F3

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

Shades of Biloba Flower #A696F3

Tints of Biloba Flower #A696F3

Color information

#A696F3 (or 0xA696F3) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and F3. RGB value is (166,150,243). Sum of RGB (Red+Green+Blue) = 166+150+243=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #A696F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696F3 is #59690C. Grayscale: #A5A5A5. Windows color (decimal): -5859597 or 15963814. OLE color: 15963814.

HSL color Cylindrical-coordinate representation of color #A696F3: hue angle of 250.32º degrees, saturation: 0.79, 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 #A696F3 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166150243-
CMYK0.320.3800.05
HSL250.32º79.49%77.06%-
HSV(B)250.32º38.27%95.29%-
XYZ42.8136.3989.56-
YUV165.39171.8128.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=29.70%
G=26.83%
B=43.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661502430.320.3800.05250.3279.4977.06
HexA696F3202605fa4f4d
Octal246226363404605372117115
Binary10100110100101101111001110000010011001011111101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696F3; }

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

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

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

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

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

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

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

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