#A487DE

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

Shades of Biloba Flower #A487DE

Tints of Biloba Flower #A487DE

Color information

#A487DE (or 0xA487DE) is unknown color: approx Biloba Flower. HEX triplet: A4, 87 and DE. RGB value is (164,135,222). Sum of RGB (Red+Green+Blue) = 164+135+222=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #A487DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487DE is #5B7821. Grayscale: #999999. Windows color (decimal): -5994530 or 14583716. OLE color: 14583716.

HSL color Cylindrical-coordinate representation of color #A487DE: hue angle of 260º degrees, saturation: 0.57, 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 #A487DE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164135222-
CMYK0.260.3900.13
HSL260º56.86%70%-
HSV(B)260º39.19%87.06%-
XYZ37.1630.4973.03-
YUV153.59166.61135.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 135 (53.12% from 255) = 25.91%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=31.48%
G=25.91%
B=42.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641352220.260.3900.1326056.8670
HexA487DE1A270D1043946
Octal244207336324701540471106
Binary10100100100001111101111011010100111011011000001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487DE; }

 p { color: rgb(164,135,222); }

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

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

 a { background-color: rgb(164,135,222); }

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

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

 span { border-color: rgb(164,135,222); }

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