#A487DC

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

Shades of Biloba Flower #A487DC

Tints of Biloba Flower #A487DC

Color information

#A487DC (or 0xA487DC) is unknown color: approx Biloba Flower. HEX triplet: A4, 87 and DC. RGB value is (164,135,220). Sum of RGB (Red+Green+Blue) = 164+135+220=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A487DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487DC is #5B7823. Grayscale: #999999. Windows color (decimal): -5994532 or 14452644. OLE color: 14452644.

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

Color convert

RGB164135220-
CMYK0.250.3900.14
HSL260.47º54.84%69.61%-
HSV(B)260.47º38.64%86.27%-
XYZ36.8930.3971.63-
YUV153.36165.61135.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=31.60%
G=26.01%
B=42.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641352200.250.3900.14260.4754.8469.61
HexA487DC19270E1043746
Octal244207334314701640467106
Binary10100100100001111101110011001100111011101000001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487DC; }

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

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

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

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

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

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

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

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