Html Css Color HEX #AA80DF Biloba Flower

📋 copy color: '#AA80DF'

red 170 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #AA80DF

Tints of Biloba Flower #AA80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 32.63%
G = 24.57%
B = 42.8%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA80DF (or 0xAA80DF) is known color: Biloba Flower. HEX triplet: AA, 80 and DF. RGB value is (170,128,223). Sum of RGB (Red+Green+Blue) = 170+128+223=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80DF is #557F20. Grayscale: #979797. Windows color (decimal): -5603105 or 14647466. OLE color: 14647466.

HSL color Cylindrical-coordinate representation of color #AA80DF: hue angle of 266.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA80DF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 128 223 -
CMYK 0.24 0.43 0 0.13
HSL 266.53º 0.6% 0.69% -
HSV(B) 266.53º 0.43% 0.87% -
XYZ 37.62 29.31 73.49 -
YUV 151.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 170 128 223 0.24 0.43 0 0.13 266.53 0.6 0.69
Hex AA 80 DF 18 2B 0 D 10B 3C 45
Octal 252 200 337 30 53 0 15 413 74 105
Binary 10101010 10000000 11011111 11000 101011 0 1101 100001011 111100 1000101

Color Harmonies of #AA80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80DF

Black with #AA80DF

Text Example


Text Example

White with #AA80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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