#A687F0

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

Shades of Biloba Flower #A687F0

Tints of Biloba Flower #A687F0

Color information

#A687F0 (or 0xA687F0) is unknown color: approx Biloba Flower. HEX triplet: A6, 87 and F0. RGB value is (166,135,240). Sum of RGB (Red+Green+Blue) = 166+135+240=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #A687F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A687F0 is #59780F. Grayscale: #9B9B9B. Windows color (decimal): -5863440 or 15763366. OLE color: 15763366.

HSL color Cylindrical-coordinate representation of color #A687F0: hue angle of 257.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A687F0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166135240-
CMYK0.310.4400.06
HSL257.71º77.78%73.53%-
HSV(B)257.71º43.75%94.12%-
XYZ40.1231.7386.45-
YUV156.24175.27134.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 240 (94.14% from 255) = 44.36%
R=30.68%
G=24.95%
B=44.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661352400.310.4400.06257.7177.7873.53
HexA687F01F2C061024e4a
Octal246207360375406402116112
Binary10100110100001111111000011111101100011010000001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A687F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A687F0; }

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

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

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

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

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

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

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

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