#A689DC

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

Shades of Biloba Flower #A689DC

Tints of Biloba Flower #A689DC

Color information

#A689DC (or 0xA689DC) is unknown color: approx Biloba Flower. HEX triplet: A6, 89 and DC. RGB value is (166,137,220). Sum of RGB (Red+Green+Blue) = 166+137+220=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A689DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689DC is #597623. Grayscale: #9A9A9A. Windows color (decimal): -5862948 or 14453158. OLE color: 14453158.

HSL color Cylindrical-coordinate representation of color #A689DC: hue angle of 260.96º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A689DC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166137220-
CMYK0.250.3800.14
HSL260.96º54.25%70%-
HSV(B)260.96º37.73%86.27%-
XYZ37.5931.1771.74-
YUV155.13164.61135.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 137 (53.91% from 255) = 26.20%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=31.74%
G=26.20%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661372200.250.3800.14260.9654.2570
HexA689DC19260E1053646
Octal246211334314601640566106
Binary10100110100010011101110011001100110011101000001011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689DC; }

 p { color: rgb(166,137,220); }

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

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

 a { background-color: rgb(166,137,220); }

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

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

 span { border-color: rgb(166,137,220); }

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