#A694E3

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

Shades of Biloba Flower #A694E3

Tints of Biloba Flower #A694E3

Color information

#A694E3 (or 0xA694E3) is unknown color: approx Biloba Flower. HEX triplet: A6, 94 and E3. RGB value is (166,148,227). Sum of RGB (Red+Green+Blue) = 166+148+227=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #A694E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694E3 is #596B1C. Grayscale: #A2A2A2. Windows color (decimal): -5860125 or 14914726. OLE color: 14914726.

HSL color Cylindrical-coordinate representation of color #A694E3: hue angle of 253.67º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A694E3 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166148227-
CMYK0.270.3500.11
HSL253.67º58.52%73.53%-
HSV(B)253.67º34.8%89.02%-
XYZ40.1834.8377.28-
YUV162.39164.46130.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 227 (89.06% from 255) = 41.96%
R=30.68%
G=27.36%
B=41.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661482270.270.3500.11253.6758.5273.53
HexA694E31B230Bfe3b4a
Octal246224343334301337673112
Binary1010011010010100111000111101110001101011111111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694E3; }

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

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

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

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

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

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

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

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