#AA9CC4

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

Shades of Biloba Flower #AA9CC4

Tints of Biloba Flower #AA9CC4

Color information

#AA9CC4 (or 0xAA9CC4) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and C4. RGB value is (170,156,196). Sum of RGB (Red+Green+Blue) = 170+156+196=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA9CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CC4 is #55633B. Grayscale: #A4A4A4. Windows color (decimal): -5595964 or 12885162. OLE color: 12885162.

HSL color Cylindrical-coordinate representation of color #AA9CC4: hue angle of 261º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA9CC4 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170156196-
CMYK0.130.2000.23
HSL261º25.32%69.02%-
HSV(B)261º20.41%76.86%-
XYZ38.4336.3157.21-
YUV164.75145.64131.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=32.57%
G=29.89%
B=37.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701561960.130.2000.2326125.3269.02
HexAA9CC4D140171051945
Octal252234304152402740531105
Binary101010101001110011000100110110100010111100000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CC4; }

 p { color: rgb(170,156,196); }

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

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

 a { background-color: rgb(170,156,196); }

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

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

 span { border-color: rgb(170,156,196); }

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