Html Css Color HEX #AA9BFC Biloba Flower

📋 copy color: '#AA9BFC'

red 170 ◦ green 155 ◦ blue 252

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

Shades of Biloba Flower #AA9BFC

Tints of Biloba Flower #AA9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.86%

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 29.46%
G = 26.86%
B = 43.67%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA9BFC (or 0xAA9BFC) is known color: Biloba Flower. HEX triplet: AA, 9B and FC. RGB value is (170,155,252). Sum of RGB (Red+Green+Blue) = 170+155+252=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA9BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BFC is #556403. Grayscale: #AAAAAA. Windows color (decimal): -5596164 or 16554922. OLE color: 16554922.

HSL color Cylindrical-coordinate representation of color #AA9BFC: hue angle of 249.28º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9BFC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 155 252 -
CMYK 0.33 0.38 0 0.01
HSL 249.28º 0.94% 0.8% -
HSV(B) 249.28º 0.38% 0.99% -
XYZ 45.87 39.02 97.21 -
YUV 170.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 170 155 252 0.33 0.38 0 0.01 249.28 0.94 0.8
Hex AA 9B FC 21 26 0 1 F9 5E 50
Octal 252 233 374 41 46 0 1 371 136 120
Binary 10101010 10011011 11111100 100001 100110 0 1 11111001 1011110 1010000

Color Harmonies of #AA9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BFC

Black with #AA9BFC

Text Example


Text Example

White with #AA9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BFC; }

 p { color: rgb(170,155,252); }

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

background-color css

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

 a { background-color: rgb(170,155,252); }

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

border-color css

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

 span { border-color: rgb(170,155,252); }

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