Html Css Color HEX #AA90DB Biloba Flower

📋 copy color: '#AA90DB'

red 170 ◦ green 144 ◦ blue 219

#AA90DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA90DB

Tints of Biloba Flower #AA90DB

RGB

 RED value IS 170 (66.8% from 255) = 31.89%

 GREEN value IS 144 (56.64% from 255) = 27.02%

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 31.89%
G = 27.02%
B = 41.09%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA90DB (or 0xAA90DB) is known color: Biloba Flower. HEX triplet: AA, 90 and DB. RGB value is (170,144,219). Sum of RGB (Red+Green+Blue) = 170+144+219=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90DB is #556F24. Grayscale: #A0A0A0. Windows color (decimal): -5599013 or 14389418. OLE color: 14389418.

HSL color Cylindrical-coordinate representation of color #AA90DB: hue angle of 260.8º 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 #AA90DB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 144 219 -
CMYK 0.22 0.34 0 0.14
HSL 260.8º 0.51% 0.71% -
HSV(B) 260.8º 0.34% 0.86% -
XYZ 39.34 33.61 71.43 -
YUV 160.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 170 144 219 0.22 0.34 0 0.14 260.8 0.51 0.71
Hex AA 90 DB 16 22 0 E 105 33 47
Octal 252 220 333 26 42 0 16 405 63 107
Binary 10101010 10010000 11011011 10110 100010 0 1110 100000101 110011 1000111

Color Harmonies of #AA90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90DB

Black with #AA90DB

Text Example


Text Example

White with #AA90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90DB; }

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

 H1.HeaderClassName
 {
   color: #AA90DB;
 }
 .AnyTagClassName
 {
   color: #AA90DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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