#A685DA

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

Shades of Biloba Flower #A685DA

Tints of Biloba Flower #A685DA

Color information

#A685DA (or 0xA685DA) is unknown color: approx Biloba Flower. HEX triplet: A6, 85 and DA. RGB value is (166,133,218). Sum of RGB (Red+Green+Blue) = 166+133+218=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A685DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685DA is #597A25. Grayscale: #989898. Windows color (decimal): -5863974 or 14321062. OLE color: 14321062.

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

Color convert

RGB166133218-
CMYK0.240.3900.15
HSL263.29º53.46%68.82%-
HSV(B)263.29º38.99%85.49%-
XYZ36.7729.9470.17-
YUV152.56164.93137.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=32.11%
G=25.73%
B=42.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661332180.240.3900.15263.2953.4668.82
HexA685DA18270F1073545
Octal246205332304701740765105
Binary10100110100001011101101011000100111011111000001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685DA; }

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

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

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

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

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

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

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

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