#A685D9

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

Shades of Biloba Flower #A685D9

Tints of Biloba Flower #A685D9

Color information

#A685D9 (or 0xA685D9) is unknown color: approx Biloba Flower. HEX triplet: A6, 85 and D9. RGB value is (166,133,217). Sum of RGB (Red+Green+Blue) = 166+133+217=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #A685D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685D9 is #597A26. Grayscale: #989898. Windows color (decimal): -5863975 or 14255526. OLE color: 14255526.

HSL color Cylindrical-coordinate representation of color #A685D9: hue angle of 263.57º degrees, saturation: 0.52, 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 #A685D9 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166133217-
CMYK0.240.3900.15
HSL263.57º52.5%68.63%-
HSV(B)263.57º38.71%85.1%-
XYZ36.6429.8969.48-
YUV152.44164.43137.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=32.17%
G=25.78%
B=42.05%

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
Decimal1661332170.240.3900.15263.5752.568.63
HexA685D918270F1083445
Octal246205331304701741064105
Binary10100110100001011101100111000100111011111000010001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685D9; }

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

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

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

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

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

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

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

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