#A694F6

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

Shades of Biloba Flower #A694F6

Tints of Biloba Flower #A694F6

Color information

#A694F6 (or 0xA694F6) is unknown color: approx Biloba Flower. HEX triplet: A6, 94 and F6. RGB value is (166,148,246). Sum of RGB (Red+Green+Blue) = 166+148+246=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #A694F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694F6 is #596B09. Grayscale: #A4A4A4. Windows color (decimal): -5860106 or 16159910. OLE color: 16159910.

HSL color Cylindrical-coordinate representation of color #A694F6: hue angle of 251.02º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A694F6 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166148246-
CMYK0.330.4000.04
HSL251.02º84.48%77.25%-
HSV(B)251.02º39.84%96.47%-
XYZ42.9535.9491.86-
YUV164.55173.96129.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=29.64%
G=26.43%
B=43.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661482460.330.4000.04251.0284.4877.25
HexA694F6212804fb544d
Octal246224366415004373124115
Binary10100110100101001111011010000110100001001111101110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694F6; }

 p { color: rgb(166,148,246); }

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

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

 a { background-color: rgb(166,148,246); }

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

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

 span { border-color: rgb(166,148,246); }

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