Html Css Color HEX #AA80DB Biloba Flower

📋 copy color: '#AA80DB'

red 170 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #AA80DB

Tints of Biloba Flower #AA80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.76%

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

R = 32.88%
G = 24.76%
B = 42.36%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA80DB (or 0xAA80DB) is known color: Biloba Flower. HEX triplet: AA, 80 and DB. RGB value is (170,128,219). Sum of RGB (Red+Green+Blue) = 170+128+219=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80DB is #557F24. Grayscale: #969696. Windows color (decimal): -5603109 or 14385322. OLE color: 14385322.

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

Color convert

RGB 170 128 219 -
CMYK 0.22 0.42 0 0.14
HSL 267.69º 0.56% 0.68% -
HSV(B) 267.69º 0.42% 0.86% -
XYZ 37.08 29.1 70.68 -
YUV 150.93 166.41 141.6 -
System Red Green Blue C M Y K H S L
Decimal 170 128 219 0.22 0.42 0 0.14 267.69 0.56 0.68
Hex AA 80 DB 16 2A 0 E 10C 38 44
Octal 252 200 333 26 52 0 16 414 70 104
Binary 10101010 10000000 11011011 10110 101010 0 1110 100001100 111000 1000100

Color Harmonies of #AA80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80DB

Black with #AA80DB

Text Example


Text Example

White with #AA80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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