#A491DE

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

Shades of Biloba Flower #A491DE

Tints of Biloba Flower #A491DE

Color information

#A491DE (or 0xA491DE) is unknown color: approx Biloba Flower. HEX triplet: A4, 91 and DE. RGB value is (164,145,222). Sum of RGB (Red+Green+Blue) = 164+145+222=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A491DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491DE is #5B6E21. Grayscale: #9F9F9F. Windows color (decimal): -5991970 or 14586276. OLE color: 14586276.

HSL color Cylindrical-coordinate representation of color #A491DE: hue angle of 254.81º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A491DE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164145222-
CMYK0.260.3500.13
HSL254.81º53.85%71.96%-
HSV(B)254.81º34.68%87.06%-
XYZ38.6233.4273.52-
YUV159.46163.29131.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=30.89%
G=27.31%
B=41.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641452220.260.3500.13254.8153.8571.96
HexA491DE1A230Dff3648
Octal244221336324301537766110
Binary1010010010010001110111101101010001101101111111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491DE; }

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

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

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

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

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

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

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

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