Html Css Color HEX #AA90FA Biloba Flower

📋 copy color: '#AA90FA'

red 170 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #AA90FA

Tints of Biloba Flower #AA90FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 30.14%
G = 25.53%
B = 44.33%

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

#AA90FA (or 0xAA90FA) is known color: Biloba Flower. HEX triplet: AA, 90 and FA. RGB value is (170,144,250). Sum of RGB (Red+Green+Blue) = 170+144+250=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90FA is #556F05. Grayscale: #A3A3A3. Windows color (decimal): -5598982 or 16421034. OLE color: 16421034.

HSL color Cylindrical-coordinate representation of color #AA90FA: hue angle of 254.72º degrees, saturation: 0.91, 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 #AA90FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 144 250 -
CMYK 0.32 0.42 0 0.02
HSL 254.72º 0.91% 0.77% -
HSV(B) 254.72º 0.42% 0.98% -
XYZ 43.81 35.39 94.97 -
YUV 163.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 170 144 250 0.32 0.42 0 0.02 254.72 0.91 0.77
Hex AA 90 FA 20 2A 0 2 FF 5B 4D
Octal 252 220 372 40 52 0 2 377 133 115
Binary 10101010 10010000 11111010 100000 101010 0 10 11111111 1011011 1001101

Color Harmonies of #AA90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90FA

Black with #AA90FA

Text Example


Text Example

White with #AA90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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