#A688E1

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

Shades of Biloba Flower #A688E1

Tints of Biloba Flower #A688E1

Color information

#A688E1 (or 0xA688E1) is unknown color: approx Biloba Flower. HEX triplet: A6, 88 and E1. RGB value is (166,136,225). Sum of RGB (Red+Green+Blue) = 166+136+225=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #A688E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688E1 is #59771E. Grayscale: #9A9A9A. Windows color (decimal): -5863199 or 14780582. OLE color: 14780582.

HSL color Cylindrical-coordinate representation of color #A688E1: hue angle of 260.22º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A688E1 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166136225-
CMYK0.260.4000.12
HSL260.22º59.73%70.78%-
HSV(B)260.22º39.56%88.24%-
XYZ38.1231.1575.24-
YUV155.12167.44135.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=31.50%
G=25.81%
B=42.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661362250.260.4000.12260.2259.7370.78
HexA688E11A280C1043c47
Octal246210341325001440474107
Binary10100110100010001110000111010101000011001000001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688E1; }

 p { color: rgb(166,136,225); }

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

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

 a { background-color: rgb(166,136,225); }

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

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

 span { border-color: rgb(166,136,225); }

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