#A290DD

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

Shades of Biloba Flower #A290DD

Tints of Biloba Flower #A290DD

Color information

#A290DD (or 0xA290DD) is unknown color: approx Biloba Flower. HEX triplet: A2, 90 and DD. RGB value is (162,144,221). Sum of RGB (Red+Green+Blue) = 162+144+221=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A290DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DD is #5D6F22. Grayscale: #9D9D9D. Windows color (decimal): -6123299 or 14520482. OLE color: 14520482.

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

Color convert

RGB162144221-
CMYK0.270.3500.13
HSL254.03º53.1%71.57%-
HSV(B)254.03º34.84%86.67%-
XYZ37.9232.8572.75-
YUV158.16163.46130.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=30.74%
G=27.32%
B=41.94%

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
Decimal1621442210.270.3500.13254.0353.171.57
HexA290DD1B230Dfe3548
Octal242220335334301537665110
Binary1010001010010000110111011101110001101101111111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290DD; }

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

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

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

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

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

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

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

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