Html Css Color HEX #AA8CDC Biloba Flower

📋 copy color: '#AA8CDC'

red 170 ◦ green 140 ◦ blue 220

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

Shades of Biloba Flower #AA8CDC

Tints of Biloba Flower #AA8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

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

R = 32.08%
G = 26.42%
B = 41.51%

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

#AA8CDC (or 0xAA8CDC) is known color: Biloba Flower. HEX triplet: AA, 8C and DC. RGB value is (170,140,220). Sum of RGB (Red+Green+Blue) = 170+140+220=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CDC is #557323. Grayscale: #9D9D9D. Windows color (decimal): -5600036 or 14453930. OLE color: 14453930.

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

Color convert

RGB 170 140 220 -
CMYK 0.23 0.36 0 0.14
HSL 262.5º 0.53% 0.71% -
HSV(B) 262.5º 0.36% 0.86% -
XYZ 38.87 32.47 71.93 -
YUV 158.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 170 140 220 0.23 0.36 0 0.14 262.5 0.53 0.71
Hex AA 8C DC 17 24 0 E 106 35 47
Octal 252 214 334 27 44 0 16 406 65 107
Binary 10101010 10001100 11011100 10111 100100 0 1110 100000110 110101 1000111

Color Harmonies of #AA8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CDC

Black with #AA8CDC

Text Example


Text Example

White with #AA8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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