Html Css Color HEX #AA9ADB Biloba Flower

📋 copy color: '#AA9ADB'

red 170 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #AA9ADB

Tints of Biloba Flower #AA9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.36%

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

R = 31.31%
G = 28.36%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA9ADB (or 0xAA9ADB) is known color: Biloba Flower. HEX triplet: AA, 9A and DB. RGB value is (170,154,219). Sum of RGB (Red+Green+Blue) = 170+154+219=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADB is #556524. Grayscale: #A5A5A5. Windows color (decimal): -5596453 or 14391978. OLE color: 14391978.

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

Color convert

RGB 170 154 219 -
CMYK 0.22 0.30 0 0.14
HSL 254.77º 0.47% 0.73% -
HSV(B) 254.77º 0.3% 0.86% -
XYZ 40.92 36.77 71.96 -
YUV 166.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 170 154 219 0.22 0.30 0 0.14 254.77 0.47 0.73
Hex AA 9A DB 16 1E 0 E FF 2F 49
Octal 252 232 333 26 36 0 16 377 57 111
Binary 10101010 10011010 11011011 10110 11110 0 1110 11111111 101111 1001001

Color Harmonies of #AA9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9ADB

Black with #AA9ADB

Text Example


Text Example

White with #AA9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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