Html Css Color HEX #AA9FBA Biloba Flower

📋 copy color: '#AA9FBA'

red 170 ◦ green 159 ◦ blue 186

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

Shades of Biloba Flower #AA9FBA

Tints of Biloba Flower #AA9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 33.01%
G = 30.87%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA9FBA (or 0xAA9FBA) is known color: Biloba Flower. HEX triplet: AA, 9F and BA. RGB value is (170,159,186). Sum of RGB (Red+Green+Blue) = 170+159+186=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBA is #556045. Grayscale: #A5A5A5. Windows color (decimal): -5595206 or 12230570. OLE color: 12230570.

HSL color Cylindrical-coordinate representation of color #AA9FBA: hue angle of 264.44º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9FBA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 159 186 -
CMYK 0.09 0.15 0 0.27
HSL 264.44º 0.16% 0.68% -
HSV(B) 264.44º 0.15% 0.73% -
XYZ 37.84 36.89 51.58 -
YUV 165.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 170 159 186 0.09 0.15 0 0.27 264.44 0.16 0.68
Hex AA 9F BA 9 F 0 1B 108 10 44
Octal 252 237 272 11 17 0 33 410 20 104
Binary 10101010 10011111 10111010 1001 1111 0 11011 100001000 10000 1000100

Color Harmonies of #AA9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FBA

Black with #AA9FBA

Text Example


Text Example

White with #AA9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FBA; }

 p { color: rgb(170,159,186); }

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

background-color css

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

 a { background-color: rgb(170,159,186); }

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

border-color css

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

 span { border-color: rgb(170,159,186); }

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