Html Css Color HEX #AA9BD9 Biloba Flower

📋 copy color: '#AA9BD9'

red 170 ◦ green 155 ◦ blue 217

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

Shades of Biloba Flower #AA9BD9

Tints of Biloba Flower #AA9BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 31.37%
G = 28.6%
B = 40.04%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA9BD9 (or 0xAA9BD9) is known color: Biloba Flower. HEX triplet: AA, 9B and D9. RGB value is (170,155,217). Sum of RGB (Red+Green+Blue) = 170+155+217=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA9BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BD9 is #556426. Grayscale: #A6A6A6. Windows color (decimal): -5596199 or 14261162. OLE color: 14261162.

HSL color Cylindrical-coordinate representation of color #AA9BD9: hue angle of 254.52º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9BD9 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 155 217 -
CMYK 0.22 0.29 0 0.15
HSL 254.52º 0.45% 0.73% -
HSV(B) 254.52º 0.29% 0.85% -
XYZ 40.82 37 70.64 -
YUV 166.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 170 155 217 0.22 0.29 0 0.15 254.52 0.45 0.73
Hex AA 9B D9 16 1D 0 F FF 2D 49
Octal 252 233 331 26 35 0 17 377 55 111
Binary 10101010 10011011 11011001 10110 11101 0 1111 11111111 101101 1001001

Color Harmonies of #AA9BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BD9

Black with #AA9BD9

Text Example


Text Example

White with #AA9BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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