Html Css Color HEX #AA90FF Biloba Flower

📋 copy color: '#AA90FF'

red 170 ◦ green 144 ◦ blue 255

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

Shades of Biloba Flower #AA90FF

Tints of Biloba Flower #AA90FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.82%

R = 29.88%
G = 25.31%
B = 44.82%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA90FF (or 0xAA90FF) is known color: Biloba Flower. HEX triplet: AA, 90 and FF. RGB value is (170,144,255). Sum of RGB (Red+Green+Blue) = 170+144+255=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90FF is #556F00. Grayscale: #A4A4A4. Windows color (decimal): -5598977 or 16748714. OLE color: 16748714.

HSL color Cylindrical-coordinate representation of color #AA90FF: hue angle of 254.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA90FF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 144 255 -
CMYK 0.33 0.44 0 0
HSL 254.05º 1% 0.78% -
HSV(B) 254.05º 0.44% 1% -
XYZ 44.6 35.71 99.15 -
YUV 164.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 170 144 255 0.33 0.44 0 0 254.05 1 0.78
Hex AA 90 FF 21 2C 0 0 FE 64 4E
Octal 252 220 377 41 54 0 0 376 144 116
Binary 10101010 10010000 11111111 100001 101100 0 0 11111110 1100100 1001110

Color Harmonies of #AA90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90FF

Black with #AA90FF

Text Example


Text Example

White with #AA90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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