Html Css Color HEX #AA90E5 Biloba Flower

📋 copy color: '#AA90E5'

red 170 ◦ green 144 ◦ blue 229

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

Shades of Biloba Flower #AA90E5

Tints of Biloba Flower #AA90E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 31.31%
G = 26.52%
B = 42.17%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA90E5 (or 0xAA90E5) is known color: Biloba Flower. HEX triplet: AA, 90 and E5. RGB value is (170,144,229). Sum of RGB (Red+Green+Blue) = 170+144+229=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA90E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90E5 is #556F1A. Grayscale: #A1A1A1. Windows color (decimal): -5599003 or 15044778. OLE color: 15044778.

HSL color Cylindrical-coordinate representation of color #AA90E5: hue angle of 258.35º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA90E5 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 144 229 -
CMYK 0.26 0.37 0 0.10
HSL 258.35º 0.62% 0.73% -
HSV(B) 258.35º 0.37% 0.9% -
XYZ 40.69 34.15 78.58 -
YUV 161.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 170 144 229 0.26 0.37 0 0.10 258.35 0.62 0.73
Hex AA 90 E5 1A 25 0 A 102 3E 49
Octal 252 220 345 32 45 0 12 402 76 111
Binary 10101010 10010000 11100101 11010 100101 0 1010 100000010 111110 1001001

Color Harmonies of #AA90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90E5

Black with #AA90E5

Text Example


Text Example

White with #AA90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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