#AA8ACC

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

Shades of Biloba Flower #AA8ACC

Tints of Biloba Flower #AA8ACC

Color information

#AA8ACC (or 0xAA8ACC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and CC. RGB value is (170,138,204). Sum of RGB (Red+Green+Blue) = 170+138+204=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ACC is #557533. Grayscale: #9A9A9A. Windows color (decimal): -5600564 or 13404842. OLE color: 13404842.

HSL color Cylindrical-coordinate representation of color #AA8ACC: hue angle of 269.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8ACC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170138204-
CMYK0.170.3200.2
HSL269.09º39.29%67.06%-
HSV(B)269.09º32.35%80%-
XYZ36.5731.0861.2-
YUV155.09155.6138.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=33.20%
G=26.95%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701382040.170.3200.2269.0939.2967.06
HexAA8ACC112001410d2743
Octal252212314214002441547103
Binary101010101000101011001100100011000000101001000011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ACC; }

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

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

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

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

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

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

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

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