#A688E4

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

Shades of Biloba Flower #A688E4

Tints of Biloba Flower #A688E4

Color information

#A688E4 (or 0xA688E4) is unknown color: approx Biloba Flower. HEX triplet: A6, 88 and E4. RGB value is (166,136,228). Sum of RGB (Red+Green+Blue) = 166+136+228=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #A688E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688E4 is #59771B. Grayscale: #9B9B9B. Windows color (decimal): -5863196 or 14977190. OLE color: 14977190.

HSL color Cylindrical-coordinate representation of color #A688E4: hue angle of 259.57º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A688E4 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166136228-
CMYK0.270.4000.11
HSL259.57º63.01%71.37%-
HSV(B)259.57º40.35%89.41%-
XYZ38.5331.3277.41-
YUV155.46168.94135.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 228 (89.45% from 255) = 43.02%
R=31.32%
G=25.66%
B=43.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661362280.270.4000.11259.5763.0171.37
HexA688E41B280B1043f47
Octal246210344335001340477107
Binary10100110100010001110010011011101000010111000001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688E4; }

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

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

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

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

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

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

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

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