#A687DA

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

Shades of Biloba Flower #A687DA

Tints of Biloba Flower #A687DA

Color information

#A687DA (or 0xA687DA) is unknown color: approx Biloba Flower. HEX triplet: A6, 87 and DA. RGB value is (166,135,218). Sum of RGB (Red+Green+Blue) = 166+135+218=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #A687DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687DA is #597825. Grayscale: #999999. Windows color (decimal): -5863462 or 14321574. OLE color: 14321574.

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

Color convert

RGB166135218-
CMYK0.240.3800.15
HSL262.41º52.87%69.22%-
HSV(B)262.41º38.07%85.49%-
XYZ37.0430.570.26-
YUV153.73164.27136.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=31.98%
G=26.01%
B=42.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661352180.240.3800.15262.4152.8769.22
HexA687DA18260F1063545
Octal246207332304601740665105
Binary10100110100001111101101011000100110011111000001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A687DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A687DA; }

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

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

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

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

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

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

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

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