Html Css Color HEX #AA90F1 Biloba Flower

📋 copy color: '#AA90F1'

red 170 ◦ green 144 ◦ blue 241

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

Shades of Biloba Flower #AA90F1

Tints of Biloba Flower #AA90F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 30.63%
G = 25.95%
B = 43.42%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA90F1 (or 0xAA90F1) is known color: Biloba Flower. HEX triplet: AA, 90 and F1. RGB value is (170,144,241). Sum of RGB (Red+Green+Blue) = 170+144+241=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA90F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F1 is #556F0E. Grayscale: #A2A2A2. Windows color (decimal): -5598991 or 15831210. OLE color: 15831210.

HSL color Cylindrical-coordinate representation of color #AA90F1: hue angle of 256.08º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA90F1 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 144 241 -
CMYK 0.29 0.40 0 0.05
HSL 256.08º 0.78% 0.75% -
HSV(B) 256.08º 0.4% 0.95% -
XYZ 42.43 34.84 87.71 -
YUV 162.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 170 144 241 0.29 0.40 0 0.05 256.08 0.78 0.75
Hex AA 90 F1 1D 28 0 5 100 4E 4B
Octal 252 220 361 35 50 0 5 400 116 113
Binary 10101010 10010000 11110001 11101 101000 0 101 100000000 1001110 1001011

Color Harmonies of #AA90F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90F1

Black with #AA90F1

Text Example


Text Example

White with #AA90F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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