#A687E6

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

Shades of Biloba Flower #A687E6

Tints of Biloba Flower #A687E6

Color information

#A687E6 (or 0xA687E6) is unknown color: approx Biloba Flower. HEX triplet: A6, 87 and E6. RGB value is (166,135,230). Sum of RGB (Red+Green+Blue) = 166+135+230=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #A687E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A687E6 is #597819. Grayscale: #9A9A9A. Windows color (decimal): -5863450 or 15108006. OLE color: 15108006.

HSL color Cylindrical-coordinate representation of color #A687E6: hue angle of 259.58º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A687E6 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166135230-
CMYK0.280.4100.10
HSL259.58º65.52%71.57%-
HSV(B)259.58º41.3%90.2%-
XYZ38.6731.1578.84-
YUV155.1170.27135.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=31.26%
G=25.42%
B=43.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661352300.280.4100.10259.5865.5271.57
HexA687E61C290A1044248
Octal2462073463451012404102110
Binary101001101000011111100110111001010010101010000010010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A687E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A687E6; }

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

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

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

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

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

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

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

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