#A687D1

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

Shades of Biloba Flower #A687D1

Tints of Biloba Flower #A687D1

Color information

#A687D1 (or 0xA687D1) is unknown color: approx Biloba Flower. HEX triplet: A6, 87 and D1. RGB value is (166,135,209). Sum of RGB (Red+Green+Blue) = 166+135+209=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #A687D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687D1 is #59782E. Grayscale: #989898. Windows color (decimal): -5863471 or 13731750. OLE color: 13731750.

HSL color Cylindrical-coordinate representation of color #A687D1: hue angle of 265.14º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A687D1 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166135209-
CMYK0.210.3500.18
HSL265.14º44.58%67.45%-
HSV(B)265.14º35.41%81.96%-
XYZ35.930.0464.23-
YUV152.7159.77137.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=32.55%
G=26.47%
B=40.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661352090.210.3500.18265.1444.5867.45
HexA687D115230121092d43
Octal246207321254302241155103
Binary101001101000011111010001101011000110100101000010011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A687D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A687D1; }

 p { color: rgb(166,135,209); }

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

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

 a { background-color: rgb(166,135,209); }

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

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

 span { border-color: rgb(166,135,209); }

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