Html Css Color HEX #AA8ADB Biloba Flower

📋 copy color: '#AA8ADB'

red 170 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #AA8ADB

Tints of Biloba Flower #AA8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

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

R = 32.26%
G = 26.19%
B = 41.56%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA8ADB (or 0xAA8ADB) is known color: Biloba Flower. HEX triplet: AA, 8A and DB. RGB value is (170,138,219). Sum of RGB (Red+Green+Blue) = 170+138+219=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ADB is #557524. Grayscale: #9C9C9C. Windows color (decimal): -5600549 or 14387882. OLE color: 14387882.

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

Color convert

RGB 170 138 219 -
CMYK 0.22 0.37 0 0.14
HSL 263.7º 0.53% 0.7% -
HSV(B) 263.7º 0.37% 0.86% -
XYZ 38.45 31.84 71.14 -
YUV 156.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 170 138 219 0.22 0.37 0 0.14 263.7 0.53 0.7
Hex AA 8A DB 16 25 0 E 108 35 46
Octal 252 212 333 26 45 0 16 410 65 106
Binary 10101010 10001010 11011011 10110 100101 0 1110 100001000 110101 1000110

Color Harmonies of #AA8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ADB

Black with #AA8ADB

Text Example


Text Example

White with #AA8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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