Html Css Color HEX #AA90EC Biloba Flower

📋 copy color: '#AA90EC'

red 170 ◦ green 144 ◦ blue 236

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

Shades of Biloba Flower #AA90EC

Tints of Biloba Flower #AA90EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 30.91%
G = 26.18%
B = 42.91%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA90EC (or 0xAA90EC) is known color: Biloba Flower. HEX triplet: AA, 90 and EC. RGB value is (170,144,236). Sum of RGB (Red+Green+Blue) = 170+144+236=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90EC is #556F13. Grayscale: #A1A1A1. Windows color (decimal): -5598996 or 15503530. OLE color: 15503530.

HSL color Cylindrical-coordinate representation of color #AA90EC: hue angle of 256.96º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA90EC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 144 236 -
CMYK 0.28 0.39 0 0.07
HSL 256.96º 0.71% 0.75% -
HSV(B) 256.96º 0.39% 0.93% -
XYZ 41.69 34.55 83.83 -
YUV 162.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 170 144 236 0.28 0.39 0 0.07 256.96 0.71 0.75
Hex AA 90 EC 1C 27 0 7 101 47 4B
Octal 252 220 354 34 47 0 7 401 107 113
Binary 10101010 10010000 11101100 11100 100111 0 111 100000001 1000111 1001011

Color Harmonies of #AA90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90EC

Black with #AA90EC

Text Example


Text Example

White with #AA90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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