Html Css Color HEX #AA80DD Biloba Flower

📋 copy color: '#AA80DD'

red 170 ◦ green 128 ◦ blue 221

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

Shades of Biloba Flower #AA80DD

Tints of Biloba Flower #AA80DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 32.76%
G = 24.66%
B = 42.58%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA80DD (or 0xAA80DD) is known color: Biloba Flower. HEX triplet: AA, 80 and DD. RGB value is (170,128,221). Sum of RGB (Red+Green+Blue) = 170+128+221=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80DD is #557F22. Grayscale: #969696. Windows color (decimal): -5603107 or 14516394. OLE color: 14516394.

HSL color Cylindrical-coordinate representation of color #AA80DD: hue angle of 267.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA80DD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 128 221 -
CMYK 0.23 0.42 0 0.13
HSL 267.1º 0.58% 0.68% -
HSV(B) 267.1º 0.42% 0.87% -
XYZ 37.35 29.2 72.08 -
YUV 151.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 170 128 221 0.23 0.42 0 0.13 267.1 0.58 0.68
Hex AA 80 DD 17 2A 0 D 10B 3A 44
Octal 252 200 335 27 52 0 15 413 72 104
Binary 10101010 10000000 11011101 10111 101010 0 1101 100001011 111010 1000100

Color Harmonies of #AA80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80DD

Black with #AA80DD

Text Example


Text Example

White with #AA80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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