Html Css Color HEX #AA9CFB Biloba Flower

📋 copy color: '#AA9CFB'

red 170 ◦ green 156 ◦ blue 251

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

Shades of Biloba Flower #AA9CFB

Tints of Biloba Flower #AA9CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

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

R = 29.46%
G = 27.04%
B = 43.5%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA9CFB (or 0xAA9CFB) is known color: Biloba Flower. HEX triplet: AA, 9C and FB. RGB value is (170,156,251). Sum of RGB (Red+Green+Blue) = 170+156+251=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA9CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CFB is #556304. Grayscale: #AAAAAA. Windows color (decimal): -5595909 or 16489642. OLE color: 16489642.

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

Color convert

RGB 170 156 251 -
CMYK 0.32 0.38 0 0.02
HSL 248.84º 0.92% 0.8% -
HSV(B) 248.84º 0.38% 0.98% -
XYZ 45.88 39.29 96.43 -
YUV 171.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 170 156 251 0.32 0.38 0 0.02 248.84 0.92 0.8
Hex AA 9C FB 20 26 0 2 F9 5C 50
Octal 252 234 373 40 46 0 2 371 134 120
Binary 10101010 10011100 11111011 100000 100110 0 10 11111001 1011100 1010000

Color Harmonies of #AA9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CFB

Black with #AA9CFB

Text Example


Text Example

White with #AA9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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