#AA8CCC

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

Shades of Biloba Flower #AA8CCC

Tints of Biloba Flower #AA8CCC

Color information

#AA8CCC (or 0xAA8CCC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and CC. RGB value is (170,140,204). Sum of RGB (Red+Green+Blue) = 170+140+204=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CCC is #557333. Grayscale: #9C9C9C. Windows color (decimal): -5600052 or 13405354. OLE color: 13405354.

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

Color convert

RGB170140204-
CMYK0.170.3100.2
HSL268.12º38.55%67.45%-
HSV(B)268.12º31.37%80%-
XYZ36.8531.6661.3-
YUV156.27154.94137.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=33.07%
G=27.24%
B=39.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701402040.170.3100.2268.1238.5567.45
HexAA8CCC111F01410c2743
Octal252214314213702441447103
Binary10101010100011001100110010001111110101001000011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CCC; }

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

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

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

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

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

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

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

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