#AA8ADC

Color #AA8ADC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA8ADC

Tints of Biloba Flower #AA8ADC

Color information

#AA8ADC (or 0xAA8ADC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and DC. RGB value is (170,138,220). Sum of RGB (Red+Green+Blue) = 170+138+220=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ADC is #557523. Grayscale: #9C9C9C. Windows color (decimal): -5600548 or 14453418. OLE color: 14453418.

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

Color convert

RGB170138220-
CMYK0.230.3700.14
HSL263.41º53.95%70.2%-
HSV(B)263.41º37.27%86.27%-
XYZ38.5831.8971.83-
YUV156.92163.6137.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=32.20%
G=26.14%
B=41.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701382200.230.3700.14263.4153.9570.2
HexAA8ADC17250E1073646
Octal252212334274501640766106
Binary10101010100010101101110010111100101011101000001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ADC; }

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

 H1.HeaderClassName
 {
   color: #AA8ADC;
 }
 .AnyTagClassName
 {
   color: #AA8ADC;
 }
</style>
background-color css

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

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

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

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

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

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