#A689DA

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

Shades of Biloba Flower #A689DA

Tints of Biloba Flower #A689DA

Color information

#A689DA (or 0xA689DA) is unknown color: approx Biloba Flower. HEX triplet: A6, 89 and DA. RGB value is (166,137,218). Sum of RGB (Red+Green+Blue) = 166+137+218=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A689DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689DA is #597625. Grayscale: #9A9A9A. Windows color (decimal): -5862950 or 14322086. OLE color: 14322086.

HSL color Cylindrical-coordinate representation of color #A689DA: hue angle of 261.48º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A689DA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166137218-
CMYK0.240.3700.15
HSL261.48º52.26%69.61%-
HSV(B)261.48º37.16%85.49%-
XYZ37.3331.0670.36-
YUV154.9163.61135.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=31.86%
G=26.30%
B=41.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661372180.240.3700.15261.4852.2669.61
HexA689DA18250F1053446
Octal246211332304501740564106
Binary10100110100010011101101011000100101011111000001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689DA; }

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

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

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

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

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

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

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

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