#A290DE

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

Shades of Biloba Flower #A290DE

Tints of Biloba Flower #A290DE

Color information

#A290DE (or 0xA290DE) is unknown color: approx Biloba Flower. HEX triplet: A2, 90 and DE. RGB value is (162,144,222). Sum of RGB (Red+Green+Blue) = 162+144+222=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A290DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DE is #5D6F21. Grayscale: #9D9D9D. Windows color (decimal): -6123298 or 14586018. OLE color: 14586018.

HSL color Cylindrical-coordinate representation of color #A290DE: hue angle of 253.85º 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 #A290DE is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162144222-
CMYK0.270.3500.13
HSL253.85º54.17%71.76%-
HSV(B)253.85º35.14%87.06%-
XYZ38.0632.973.45-
YUV158.27163.96130.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=30.68%
G=27.27%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621442220.270.3500.13253.8554.1771.76
HexA290DE1B230Dfe3648
Octal242220336334301537666110
Binary1010001010010000110111101101110001101101111111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290DE; }

 p { color: rgb(162,144,222); }

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

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

 a { background-color: rgb(162,144,222); }

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

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

 span { border-color: rgb(162,144,222); }

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