#A694F4

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

Shades of Biloba Flower #A694F4

Tints of Biloba Flower #A694F4

Color information

#A694F4 (or 0xA694F4) is unknown color: approx Biloba Flower. HEX triplet: A6, 94 and F4. RGB value is (166,148,244). Sum of RGB (Red+Green+Blue) = 166+148+244=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #A694F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694F4 is #596B0B. Grayscale: #A3A3A3. Windows color (decimal): -5860108 or 16028838. OLE color: 16028838.

HSL color Cylindrical-coordinate representation of color #A694F4: hue angle of 251.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A694F4 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166148244-
CMYK0.320.3900.04
HSL251.25º81.36%76.86%-
HSV(B)251.25º39.34%95.69%-
XYZ42.6435.8290.25-
YUV164.33172.96129.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 244 (95.70% from 255) = 43.73%
R=29.75%
G=26.52%
B=43.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661482440.320.3900.04251.2581.3676.86
HexA694F4202704fb514d
Octal246224364404704373121115
Binary10100110100101001111010010000010011101001111101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694F4; }

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

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

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

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

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

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

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

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