Html Css Color HEX #AA90DC Biloba Flower

📋 copy color: '#AA90DC'

red 170 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #AA90DC

Tints of Biloba Flower #AA90DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 31.84%
G = 26.97%
B = 41.2%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA90DC (or 0xAA90DC) is known color: Biloba Flower. HEX triplet: AA, 90 and DC. RGB value is (170,144,220). Sum of RGB (Red+Green+Blue) = 170+144+220=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90DC is #556F23. Grayscale: #A0A0A0. Windows color (decimal): -5599012 or 14454954. OLE color: 14454954.

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

Color convert

RGB 170 144 220 -
CMYK 0.23 0.35 0 0.14
HSL 260.53º 0.52% 0.71% -
HSV(B) 260.53º 0.35% 0.86% -
XYZ 39.47 33.66 72.13 -
YUV 160.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 170 144 220 0.23 0.35 0 0.14 260.53 0.52 0.71
Hex AA 90 DC 17 23 0 E 105 34 47
Octal 252 220 334 27 43 0 16 405 64 107
Binary 10101010 10010000 11011100 10111 100011 0 1110 100000101 110100 1000111

Color Harmonies of #AA90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90DC

Black with #AA90DC

Text Example


Text Example

White with #AA90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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