Html Css Color HEX #AA90F9 Biloba Flower

📋 copy color: '#AA90F9'

red 170 ◦ green 144 ◦ blue 249

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

Shades of Biloba Flower #AA90F9

Tints of Biloba Flower #AA90F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 30.2%
G = 25.58%
B = 44.23%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA90F9 (or 0xAA90F9) is known color: Biloba Flower. HEX triplet: AA, 90 and F9. RGB value is (170,144,249). Sum of RGB (Red+Green+Blue) = 170+144+249=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA90F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F9 is #556F06. Grayscale: #A3A3A3. Windows color (decimal): -5598983 or 16355498. OLE color: 16355498.

HSL color Cylindrical-coordinate representation of color #AA90F9: hue angle of 254.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA90F9 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 144 249 -
CMYK 0.32 0.42 0 0.02
HSL 254.86º 0.9% 0.77% -
HSV(B) 254.86º 0.42% 0.98% -
XYZ 43.65 35.33 94.14 -
YUV 163.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 170 144 249 0.32 0.42 0 0.02 254.86 0.9 0.77
Hex AA 90 F9 20 2A 0 2 FF 5A 4D
Octal 252 220 371 40 52 0 2 377 132 115
Binary 10101010 10010000 11111001 100000 101010 0 10 11111111 1011010 1001101

Color Harmonies of #AA90F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90F9

Black with #AA90F9

Text Example


Text Example

White with #AA90F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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