#A485E1

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

Shades of Biloba Flower #A485E1

Tints of Biloba Flower #A485E1

Color information

#A485E1 (or 0xA485E1) is unknown color: approx Biloba Flower. HEX triplet: A4, 85 and E1. RGB value is (164,133,225). Sum of RGB (Red+Green+Blue) = 164+133+225=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #A485E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485E1 is #5B7A1E. Grayscale: #989898. Windows color (decimal): -5995039 or 14779812. OLE color: 14779812.

HSL color Cylindrical-coordinate representation of color #A485E1: hue angle of 260.22º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A485E1 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164133225-
CMYK0.270.4100.12
HSL260.22º60.53%70.2%-
HSV(B)260.22º40.89%88.24%-
XYZ37.2930.175.08-
YUV152.76168.77136.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 225 (88.28% from 255) = 43.10%
R=31.42%
G=25.48%
B=43.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641332250.270.4100.12260.2260.5370.2
HexA485E11B290C1043d46
Octal244205341335101440475106
Binary10100100100001011110000111011101001011001000001001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485E1; }

 p { color: rgb(164,133,225); }

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

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

 a { background-color: rgb(164,133,225); }

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

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

 span { border-color: rgb(164,133,225); }

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