Html Css Color HEX #AA8DDC Biloba Flower

📋 copy color: '#AA8DDC'

red 170 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #AA8DDC

Tints of Biloba Flower #AA8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.55%

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

R = 32.02%
G = 26.55%
B = 41.43%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA8DDC (or 0xAA8DDC) is known color: Biloba Flower. HEX triplet: AA, 8D and DC. RGB value is (170,141,220). Sum of RGB (Red+Green+Blue) = 170+141+220=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DDC is #557223. Grayscale: #9E9E9E. Windows color (decimal): -5599780 or 14454186. OLE color: 14454186.

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

Color convert

RGB 170 141 220 -
CMYK 0.23 0.36 0 0.14
HSL 262.03º 0.53% 0.71% -
HSV(B) 262.03º 0.36% 0.86% -
XYZ 39.02 32.76 71.98 -
YUV 158.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 170 141 220 0.23 0.36 0 0.14 262.03 0.53 0.71
Hex AA 8D DC 17 24 0 E 106 35 47
Octal 252 215 334 27 44 0 16 406 65 107
Binary 10101010 10001101 11011100 10111 100100 0 1110 100000110 110101 1000111

Color Harmonies of #AA8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DDC

Black with #AA8DDC

Text Example


Text Example

White with #AA8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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