Html Css Color HEX #AA90DF Biloba Flower

📋 copy color: '#AA90DF'

red 170 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #AA90DF

Tints of Biloba Flower #AA90DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 31.66%
G = 26.82%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA90DF (or 0xAA90DF) is known color: Biloba Flower. HEX triplet: AA, 90 and DF. RGB value is (170,144,223). Sum of RGB (Red+Green+Blue) = 170+144+223=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90DF is #556F20. Grayscale: #A0A0A0. Windows color (decimal): -5599009 or 14651562. OLE color: 14651562.

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

Color convert

RGB 170 144 223 -
CMYK 0.24 0.35 0 0.13
HSL 259.75º 0.55% 0.72% -
HSV(B) 259.75º 0.35% 0.87% -
XYZ 39.87 33.82 74.24 -
YUV 160.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 170 144 223 0.24 0.35 0 0.13 259.75 0.55 0.72
Hex AA 90 DF 18 23 0 D 104 37 48
Octal 252 220 337 30 43 0 15 404 67 110
Binary 10101010 10010000 11011111 11000 100011 0 1101 100000100 110111 1001000

Color Harmonies of #AA90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90DF

Black with #AA90DF

Text Example


Text Example

White with #AA90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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