#AA96CC

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

Shades of Biloba Flower #AA96CC

Tints of Biloba Flower #AA96CC

Color information

#AA96CC (or 0xAA96CC) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and CC. RGB value is (170,150,204). Sum of RGB (Red+Green+Blue) = 170+150+204=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96CC is #556933. Grayscale: #A1A1A1. Windows color (decimal): -5597492 or 13407914. OLE color: 13407914.

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

Color convert

RGB170150204-
CMYK0.170.2600.2
HSL262.22º34.62%69.41%-
HSV(B)262.22º26.47%80%-
XYZ38.3834.7261.81-
YUV162.14151.63133.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=32.44%
G=28.63%
B=38.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701502040.170.2600.2262.2234.6269.41
HexAA96CC111A0141062345
Octal252226314213202440643105
Binary10101010100101101100110010001110100101001000001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96CC; }

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

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

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

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

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

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

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

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