Html Css Color HEX #AA9CDB Biloba Flower

📋 copy color: '#AA9CDB'

red 170 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #AA9CDB

Tints of Biloba Flower #AA9CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 31.19%
G = 28.62%
B = 40.18%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA9CDB (or 0xAA9CDB) is known color: Biloba Flower. HEX triplet: AA, 9C and DB. RGB value is (170,156,219). Sum of RGB (Red+Green+Blue) = 170+156+219=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CDB is #556324. Grayscale: #A7A7A7. Windows color (decimal): -5595941 or 14392490. OLE color: 14392490.

HSL color Cylindrical-coordinate representation of color #AA9CDB: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9CDB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 156 219 -
CMYK 0.22 0.29 0 0.14
HSL 253.33º 0.47% 0.74% -
HSV(B) 253.33º 0.29% 0.86% -
XYZ 41.25 37.44 72.07 -
YUV 167.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 170 156 219 0.22 0.29 0 0.14 253.33 0.47 0.74
Hex AA 9C DB 16 1D 0 E FD 2F 4A
Octal 252 234 333 26 35 0 16 375 57 112
Binary 10101010 10011100 11011011 10110 11101 0 1110 11111101 101111 1001010

Color Harmonies of #AA9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CDB

Black with #AA9CDB

Text Example


Text Example

White with #AA9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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