#A694C9

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

Shades of Biloba Flower #A694C9

Tints of Biloba Flower #A694C9

Color information

#A694C9 (or 0xA694C9) is unknown color: approx Biloba Flower. HEX triplet: A6, 94 and C9. RGB value is (166,148,201). Sum of RGB (Red+Green+Blue) = 166+148+201=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #A694C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694C9 is #596B36. Grayscale: #9F9F9F. Windows color (decimal): -5860151 or 13210790. OLE color: 13210790.

HSL color Cylindrical-coordinate representation of color #A694C9: hue angle of 260.38º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A694C9 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166148201-
CMYK0.170.2600.21
HSL260.38º32.92%68.43%-
HSV(B)260.38º26.37%78.82%-
XYZ36.8633.559.78-
YUV159.42151.46132.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=32.23%
G=28.74%
B=39.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661482010.170.2600.21260.3832.9268.43
HexA694C9111A0151042144
Octal246224311213202540441104
Binary10100110100101001100100110001110100101011000001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694C9; }

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

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

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

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

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

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

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

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