Html Css Color HEX #AA90E8 Biloba Flower

📋 copy color: '#AA90E8'

red 170 ◦ green 144 ◦ blue 232

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

Shades of Biloba Flower #AA90E8

Tints of Biloba Flower #AA90E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.49%

R = 31.14%
G = 26.37%
B = 42.49%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA90E8 (or 0xAA90E8) is known color: Biloba Flower. HEX triplet: AA, 90 and E8. RGB value is (170,144,232). Sum of RGB (Red+Green+Blue) = 170+144+232=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA90E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90E8 is #556F17. Grayscale: #A1A1A1. Windows color (decimal): -5599000 or 15241386. OLE color: 15241386.

HSL color Cylindrical-coordinate representation of color #AA90E8: hue angle of 257.73º degrees, saturation: 0.66, 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 #AA90E8 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 144 232 -
CMYK 0.27 0.38 0 0.09
HSL 257.73º 0.66% 0.74% -
HSV(B) 257.73º 0.38% 0.91% -
XYZ 41.12 34.32 80.8 -
YUV 161.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 170 144 232 0.27 0.38 0 0.09 257.73 0.66 0.74
Hex AA 90 E8 1B 26 0 9 102 42 4A
Octal 252 220 350 33 46 0 11 402 102 112
Binary 10101010 10010000 11101000 11011 100110 0 1001 100000010 1000010 1001010

Color Harmonies of #AA90E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90E8

Black with #AA90E8

Text Example


Text Example

White with #AA90E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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