Html Css Color HEX #AA9BC9 Biloba Flower

📋 copy color: '#AA9BC9'

red 170 ◦ green 155 ◦ blue 201

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

Shades of Biloba Flower #AA9BC9

Tints of Biloba Flower #AA9BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 32.32%
G = 29.47%
B = 38.21%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA9BC9 (or 0xAA9BC9) is known color: Biloba Flower. HEX triplet: AA, 9B and C9. RGB value is (170,155,201). Sum of RGB (Red+Green+Blue) = 170+155+201=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BC9 is #556436. Grayscale: #A4A4A4. Windows color (decimal): -5596215 or 13212586. OLE color: 13212586.

HSL color Cylindrical-coordinate representation of color #AA9BC9: hue angle of 259.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9BC9 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 155 201 -
CMYK 0.15 0.23 0 0.21
HSL 259.57º 0.3% 0.7% -
HSV(B) 259.57º 0.23% 0.79% -
XYZ 38.84 36.21 60.2 -
YUV 164.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 170 155 201 0.15 0.23 0 0.21 259.57 0.3 0.7
Hex AA 9B C9 F 17 0 15 104 1E 46
Octal 252 233 311 17 27 0 25 404 36 106
Binary 10101010 10011011 11001001 1111 10111 0 10101 100000100 11110 1000110

Color Harmonies of #AA9BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BC9

Black with #AA9BC9

Text Example


Text Example

White with #AA9BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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