#A690E2

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

Shades of Biloba Flower #A690E2

Tints of Biloba Flower #A690E2

Color information

#A690E2 (or 0xA690E2) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and E2. RGB value is (166,144,226). Sum of RGB (Red+Green+Blue) = 166+144+226=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #A690E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690E2 is #596F1D. Grayscale: #9F9F9F. Windows color (decimal): -5861150 or 14848166. OLE color: 14848166.

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

Color convert

RGB166144226-
CMYK0.270.3600.11
HSL256.1º58.57%72.55%-
HSV(B)256.1º36.28%88.63%-
XYZ39.4333.5476.35-
YUV159.93165.29132.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 226 (88.67% from 255) = 42.16%
R=30.97%
G=26.87%
B=42.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661442260.270.3600.11256.158.5772.55
HexA690E21B240B1003b49
Octal246220342334401340073111
Binary10100110100100001110001011011100100010111000000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690E2; }

 p { color: rgb(166,144,226); }

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

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

 a { background-color: rgb(166,144,226); }

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

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

 span { border-color: rgb(166,144,226); }

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