#A694EA

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

Shades of Biloba Flower #A694EA

Tints of Biloba Flower #A694EA

Color information

#A694EA (or 0xA694EA) is unknown color: approx Biloba Flower. HEX triplet: A6, 94 and EA. RGB value is (166,148,234). Sum of RGB (Red+Green+Blue) = 166+148+234=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #A694EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694EA is #596B15. Grayscale: #A2A2A2. Windows color (decimal): -5860118 or 15373478. OLE color: 15373478.

HSL color Cylindrical-coordinate representation of color #A694EA: hue angle of 252.56º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A694EA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166148234-
CMYK0.290.3700.08
HSL252.56º67.19%74.9%-
HSV(B)252.56º36.75%91.76%-
XYZ41.1735.2382.47-
YUV163.19167.96130.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=30.29%
G=27.01%
B=42.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661482340.290.3700.08252.5667.1974.9
HexA694EA1D2508fd434b
Octal2462243523545010375103113
Binary10100110100101001110101011101100101010001111110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694EA; }

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

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

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

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

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

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

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

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