Html Css Color HEX #AA8DDB Biloba Flower

📋 copy color: '#AA8DDB'

red 170 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #AA8DDB

Tints of Biloba Flower #AA8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.6%

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

R = 32.08%
G = 26.6%
B = 41.32%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA8DDB (or 0xAA8DDB) is known color: Biloba Flower. HEX triplet: AA, 8D and DB. RGB value is (170,141,219). Sum of RGB (Red+Green+Blue) = 170+141+219=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DDB is #557224. Grayscale: #9E9E9E. Windows color (decimal): -5599781 or 14388650. OLE color: 14388650.

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

Color convert

RGB 170 141 219 -
CMYK 0.22 0.36 0 0.14
HSL 262.31º 0.52% 0.71% -
HSV(B) 262.31º 0.36% 0.86% -
XYZ 38.89 32.71 71.28 -
YUV 158.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 170 141 219 0.22 0.36 0 0.14 262.31 0.52 0.71
Hex AA 8D DB 16 24 0 E 106 34 47
Octal 252 215 333 26 44 0 16 406 64 107
Binary 10101010 10001101 11011011 10110 100100 0 1110 100000110 110100 1000111

Color Harmonies of #AA8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DDB

Black with #AA8DDB

Text Example


Text Example

White with #AA8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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