#A687DD

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

Shades of Biloba Flower #A687DD

Tints of Biloba Flower #A687DD

Color information

#A687DD (or 0xA687DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 87 and DD. RGB value is (166,135,221). Sum of RGB (Red+Green+Blue) = 166+135+221=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A687DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687DD is #597822. Grayscale: #999999. Windows color (decimal): -5863459 or 14518182. OLE color: 14518182.

HSL color Cylindrical-coordinate representation of color #A687DD: hue angle of 261.63º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A687DD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166135221-
CMYK0.250.3900.13
HSL261.63º55.84%69.8%-
HSV(B)261.63º38.91%86.67%-
XYZ37.4430.6672.35-
YUV154.07165.77136.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=31.80%
G=25.86%
B=42.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661352210.250.3900.13261.6355.8469.8
HexA687DD19270D1063846
Octal246207335314701540670106
Binary10100110100001111101110111001100111011011000001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A687DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A687DD; }

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

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

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

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

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

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

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

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