#A691EE

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

Shades of Biloba Flower #A691EE

Tints of Biloba Flower #A691EE

Color information

#A691EE (or 0xA691EE) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and EE. RGB value is (166,145,238). Sum of RGB (Red+Green+Blue) = 166+145+238=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #A691EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A691EE is #596E11. Grayscale: #A1A1A1. Windows color (decimal): -5860882 or 15634854. OLE color: 15634854.

HSL color Cylindrical-coordinate representation of color #A691EE: hue angle of 253.55º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A691EE is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166145238-
CMYK0.300.3900.07
HSL253.55º73.23%75.1%-
HSV(B)253.55º39.08%93.33%-
XYZ41.2834.5385.38-
YUV161.88170.96130.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=30.24%
G=26.41%
B=43.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661452380.300.3900.07253.5573.2375.1
HexA691EE1E2707fe494b
Octal246221356364707376111113
Binary1010011010010001111011101111010011101111111111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691EE; }

 p { color: rgb(166,145,238); }

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

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

 a { background-color: rgb(166,145,238); }

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

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

 span { border-color: rgb(166,145,238); }

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