Html Css Color HEX #AA80DC Biloba Flower

📋 copy color: '#AA80DC'

red 170 ◦ green 128 ◦ blue 220

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

Shades of Biloba Flower #AA80DC

Tints of Biloba Flower #AA80DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 32.82%
G = 24.71%
B = 42.47%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA80DC (or 0xAA80DC) is known color: Biloba Flower. HEX triplet: AA, 80 and DC. RGB value is (170,128,220). Sum of RGB (Red+Green+Blue) = 170+128+220=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA80DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80DC is #557F23. Grayscale: #969696. Windows color (decimal): -5603108 or 14450858. OLE color: 14450858.

HSL color Cylindrical-coordinate representation of color #AA80DC: hue angle of 267.39º degrees, saturation: 0.57, 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 #AA80DC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 128 220 -
CMYK 0.23 0.42 0 0.14
HSL 267.39º 0.57% 0.68% -
HSV(B) 267.39º 0.42% 0.86% -
XYZ 37.22 29.15 71.38 -
YUV 151.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 170 128 220 0.23 0.42 0 0.14 267.39 0.57 0.68
Hex AA 80 DC 17 2A 0 E 10B 39 44
Octal 252 200 334 27 52 0 16 413 71 104
Binary 10101010 10000000 11011100 10111 101010 0 1110 100001011 111001 1000100

Color Harmonies of #AA80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80DC

Black with #AA80DC

Text Example


Text Example

White with #AA80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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