Html Css Color HEX #AA9BD6 Biloba Flower

📋 copy color: '#AA9BD6'

red 170 ◦ green 155 ◦ blue 214

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

Shades of Biloba Flower #AA9BD6

Tints of Biloba Flower #AA9BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 31.54%
G = 28.76%
B = 39.7%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA9BD6 (or 0xAA9BD6) is known color: Biloba Flower. HEX triplet: AA, 9B and D6. RGB value is (170,155,214). Sum of RGB (Red+Green+Blue) = 170+155+214=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA9BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BD6 is #556429. Grayscale: #A5A5A5. Windows color (decimal): -5596202 or 14064554. OLE color: 14064554.

HSL color Cylindrical-coordinate representation of color #AA9BD6: hue angle of 255.25º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9BD6 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 155 214 -
CMYK 0.21 0.28 0 0.16
HSL 255.25º 0.42% 0.72% -
HSV(B) 255.25º 0.28% 0.84% -
XYZ 40.44 36.84 68.6 -
YUV 166.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 170 155 214 0.21 0.28 0 0.16 255.25 0.42 0.72
Hex AA 9B D6 15 1C 0 10 FF 2A 48
Octal 252 233 326 25 34 0 20 377 52 110
Binary 10101010 10011011 11010110 10101 11100 0 10000 11111111 101010 1001000

Color Harmonies of #AA9BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BD6

Black with #AA9BD6

Text Example


Text Example

White with #AA9BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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