Html Css Color HEX #AA90EB Biloba Flower

📋 copy color: '#AA90EB'

red 170 ◦ green 144 ◦ blue 235

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

Shades of Biloba Flower #AA90EB

Tints of Biloba Flower #AA90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 30.97%
G = 26.23%
B = 42.81%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA90EB (or 0xAA90EB) is known color: Biloba Flower. HEX triplet: AA, 90 and EB. RGB value is (170,144,235). Sum of RGB (Red+Green+Blue) = 170+144+235=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90EB is #556F14. Grayscale: #A1A1A1. Windows color (decimal): -5598997 or 15437994. OLE color: 15437994.

HSL color Cylindrical-coordinate representation of color #AA90EB: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA90EB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 144 235 -
CMYK 0.28 0.39 0 0.08
HSL 257.14º 0.69% 0.74% -
HSV(B) 257.14º 0.39% 0.92% -
XYZ 41.55 34.49 83.06 -
YUV 162.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 170 144 235 0.28 0.39 0 0.08 257.14 0.69 0.74
Hex AA 90 EB 1C 27 0 8 101 45 4A
Octal 252 220 353 34 47 0 10 401 105 112
Binary 10101010 10010000 11101011 11100 100111 0 1000 100000001 1000101 1001010

Color Harmonies of #AA90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90EB

Black with #AA90EB

Text Example


Text Example

White with #AA90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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