Html Css Color HEX #AA9CBF Biloba Flower

📋 copy color: '#AA9CBF'

red 170 ◦ green 156 ◦ blue 191

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

Shades of Biloba Flower #AA9CBF

Tints of Biloba Flower #AA9CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.94%

R = 32.88%
G = 30.17%
B = 36.94%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA9CBF (or 0xAA9CBF) is known color: Biloba Flower. HEX triplet: AA, 9C and BF. RGB value is (170,156,191). Sum of RGB (Red+Green+Blue) = 170+156+191=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBF is #556340. Grayscale: #A4A4A4. Windows color (decimal): -5595969 or 12557482. OLE color: 12557482.

HSL color Cylindrical-coordinate representation of color #AA9CBF: hue angle of 264º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9CBF is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 156 191 -
CMYK 0.11 0.18 0 0.25
HSL 264º 0.21% 0.68% -
HSV(B) 264º 0.18% 0.75% -
XYZ 37.87 36.08 54.26 -
YUV 164.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 170 156 191 0.11 0.18 0 0.25 264 0.21 0.68
Hex AA 9C BF B 12 0 19 108 15 44
Octal 252 234 277 13 22 0 31 410 25 104
Binary 10101010 10011100 10111111 1011 10010 0 11001 100001000 10101 1000100

Color Harmonies of #AA9CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CBF

Black with #AA9CBF

Text Example


Text Example

White with #AA9CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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