#A486E4

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

Shades of Biloba Flower #A486E4

Tints of Biloba Flower #A486E4

Color information

#A486E4 (or 0xA486E4) is unknown color: approx Biloba Flower. HEX triplet: A4, 86 and E4. RGB value is (164,134,228). Sum of RGB (Red+Green+Blue) = 164+134+228=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #A486E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486E4 is #5B791B. Grayscale: #999999. Windows color (decimal): -5994780 or 14976676. OLE color: 14976676.

HSL color Cylindrical-coordinate representation of color #A486E4: hue angle of 259.15º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A486E4 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164134228-
CMYK0.280.4100.11
HSL259.15º63.51%70.98%-
HSV(B)259.15º41.23%89.41%-
XYZ37.8430.5477.3-
YUV153.69169.94135.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=31.18%
G=25.48%
B=43.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641342280.280.4100.11259.1563.5170.98
HexA486E41C290B1034047
Octal2442063443451013403100107
Binary101001001000011011100100111001010010101110000001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486E4; }

 p { color: rgb(164,134,228); }

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

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

 a { background-color: rgb(164,134,228); }

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

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

 span { border-color: rgb(164,134,228); }

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