Html Css Color HEX #AA90FB Biloba Flower

📋 copy color: '#AA90FB'

red 170 ◦ green 144 ◦ blue 251

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

Shades of Biloba Flower #AA90FB

Tints of Biloba Flower #AA90FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 30.09%
G = 25.49%
B = 44.42%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA90FB (or 0xAA90FB) is known color: Biloba Flower. HEX triplet: AA, 90 and FB. RGB value is (170,144,251). Sum of RGB (Red+Green+Blue) = 170+144+251=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90FB is #556F04. Grayscale: #A3A3A3. Windows color (decimal): -5598981 or 16486570. OLE color: 16486570.

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

Color convert

RGB 170 144 251 -
CMYK 0.32 0.43 0 0.02
HSL 254.58º 0.93% 0.77% -
HSV(B) 254.58º 0.43% 0.98% -
XYZ 43.96 35.46 95.79 -
YUV 163.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 170 144 251 0.32 0.43 0 0.02 254.58 0.93 0.77
Hex AA 90 FB 20 2B 0 2 FF 5D 4D
Octal 252 220 373 40 53 0 2 377 135 115
Binary 10101010 10010000 11111011 100000 101011 0 10 11111111 1011101 1001101

Color Harmonies of #AA90FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90FB

Black with #AA90FB

Text Example


Text Example

White with #AA90FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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