Html Css Color HEX #AA9AFF Biloba Flower

📋 copy color: '#AA9AFF'

red 170 ◦ green 154 ◦ blue 255

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

Shades of Biloba Flower #AA9AFF

Tints of Biloba Flower #AA9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.6%

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

R = 29.36%
G = 26.6%
B = 44.04%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA9AFF (or 0xAA9AFF) is known color: Biloba Flower. HEX triplet: AA, 9A and FF. RGB value is (170,154,255). Sum of RGB (Red+Green+Blue) = 170+154+255=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AFF is #556500. Grayscale: #A9A9A9. Windows color (decimal): -5596417 or 16751274. OLE color: 16751274.

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

Color convert

RGB 170 154 255 -
CMYK 0.33 0.40 0 0
HSL 249.5º 1% 0.8% -
HSV(B) 249.5º 0.4% 1% -
XYZ 46.18 38.88 99.68 -
YUV 170.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 170 154 255 0.33 0.40 0 0 249.5 1 0.8
Hex AA 9A FF 21 28 0 0 FA 64 50
Octal 252 232 377 41 50 0 0 372 144 120
Binary 10101010 10011010 11111111 100001 101000 0 0 11111010 1100100 1010000

Color Harmonies of #AA9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9AFF

Black with #AA9AFF

Text Example


Text Example

White with #AA9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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