#A290DB

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

Shades of Biloba Flower #A290DB

Tints of Biloba Flower #A290DB

Color information

#A290DB (or 0xA290DB) is unknown color: approx Biloba Flower. HEX triplet: A2, 90 and DB. RGB value is (162,144,219). Sum of RGB (Red+Green+Blue) = 162+144+219=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #A290DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DB is #5D6F24. Grayscale: #9D9D9D. Windows color (decimal): -6123301 or 14389410. OLE color: 14389410.

HSL color Cylindrical-coordinate representation of color #A290DB: hue angle of 254.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A290DB is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162144219-
CMYK0.260.3400.14
HSL254.4º51.02%71.18%-
HSV(B)254.4º34.25%85.88%-
XYZ37.6632.7471.35-
YUV157.93162.46130.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=30.86%
G=27.43%
B=41.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621442190.260.3400.14254.451.0271.18
HexA290DB1A220Efe3347
Octal242220333324201637663107
Binary1010001010010000110110111101010001001110111111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290DB; }

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

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

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

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

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

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

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

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