#A486E3

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

Shades of Biloba Flower #A486E3

Tints of Biloba Flower #A486E3

Color information

#A486E3 (or 0xA486E3) is unknown color: approx Biloba Flower. HEX triplet: A4, 86 and E3. RGB value is (164,134,227). Sum of RGB (Red+Green+Blue) = 164+134+227=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #A486E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486E3 is #5B791C. Grayscale: #999999. Windows color (decimal): -5994781 or 14911140. OLE color: 14911140.

HSL color Cylindrical-coordinate representation of color #A486E3: hue angle of 259.35º degrees, saturation: 0.62, 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 #A486E3 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164134227-
CMYK0.280.4100.11
HSL259.35º62.42%70.78%-
HSV(B)259.35º40.97%89.02%-
XYZ37.730.4976.57-
YUV153.57169.44135.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=31.24%
G=25.52%
B=43.24%

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
Decimal1641342270.280.4100.11259.3562.4270.78
HexA486E31C290B1033e47
Octal244206343345101340376107
Binary10100100100001101110001111100101001010111000000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486E3; }

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

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

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

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

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

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

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

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