Html Css Color HEX #AA90E7 Biloba Flower

📋 copy color: '#AA90E7'

red 170 ◦ green 144 ◦ blue 231

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

Shades of Biloba Flower #AA90E7

Tints of Biloba Flower #AA90E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.39%

R = 31.19%
G = 26.42%
B = 42.39%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA90E7 (or 0xAA90E7) is known color: Biloba Flower. HEX triplet: AA, 90 and E7. RGB value is (170,144,231). Sum of RGB (Red+Green+Blue) = 170+144+231=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA90E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90E7 is #556F18. Grayscale: #A1A1A1. Windows color (decimal): -5599001 or 15175850. OLE color: 15175850.

HSL color Cylindrical-coordinate representation of color #AA90E7: hue angle of 257.93º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA90E7 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 144 231 -
CMYK 0.26 0.38 0 0.09
HSL 257.93º 0.64% 0.74% -
HSV(B) 257.93º 0.38% 0.91% -
XYZ 40.97 34.26 80.05 -
YUV 161.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 170 144 231 0.26 0.38 0 0.09 257.93 0.64 0.74
Hex AA 90 E7 1A 26 0 9 102 40 4A
Octal 252 220 347 32 46 0 11 402 100 112
Binary 10101010 10010000 11100111 11010 100110 0 1001 100000010 1000000 1001010

Color Harmonies of #AA90E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90E7

Black with #AA90E7

Text Example


Text Example

White with #AA90E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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