Html Css Color HEX #AA9CBE Biloba Flower

📋 copy color: '#AA9CBE'

red 170 ◦ green 156 ◦ blue 190

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

Shades of Biloba Flower #AA9CBE

Tints of Biloba Flower #AA9CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 32.95%
G = 30.23%
B = 36.82%

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

#AA9CBE (or 0xAA9CBE) is known color: Biloba Flower. HEX triplet: AA, 9C and BE. RGB value is (170,156,190). Sum of RGB (Red+Green+Blue) = 170+156+190=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBE is #556341. Grayscale: #A3A3A3. Windows color (decimal): -5595970 or 12491946. OLE color: 12491946.

HSL color Cylindrical-coordinate representation of color #AA9CBE: hue angle of 264.71º 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 #AA9CBE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 156 190 -
CMYK 0.11 0.18 0 0.25
HSL 264.71º 0.21% 0.68% -
HSV(B) 264.71º 0.18% 0.75% -
XYZ 37.76 36.04 53.68 -
YUV 164.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 170 156 190 0.11 0.18 0 0.25 264.71 0.21 0.68
Hex AA 9C BE B 12 0 19 109 15 44
Octal 252 234 276 13 22 0 31 411 25 104
Binary 10101010 10011100 10111110 1011 10010 0 11001 100001001 10101 1000100

Color Harmonies of #AA9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CBE

Black with #AA9CBE

Text Example


Text Example

White with #AA9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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