#AA99C8

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

Shades of Biloba Flower #AA99C8

Tints of Biloba Flower #AA99C8

Color information

#AA99C8 (or 0xAA99C8) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and C8. RGB value is (170,153,200). Sum of RGB (Red+Green+Blue) = 170+153+200=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA99C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C8 is #556637. Grayscale: #A3A3A3. Windows color (decimal): -5596728 or 13146538. OLE color: 13146538.

HSL color Cylindrical-coordinate representation of color #AA99C8: hue angle of 261.7º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA99C8 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170153200-
CMYK0.150.2400.22
HSL261.7º29.94%69.22%-
HSV(B)261.7º23.5%78.43%-
XYZ38.3935.559.47-
YUV163.44148.63132.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=32.50%
G=29.25%
B=38.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701532000.150.2400.22261.729.9469.22
HexAA99C8F180161061e45
Octal252231310173002640636105
Binary101010101001100111001000111111000010110100000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99C8; }

 p { color: rgb(170,153,200); }

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

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

 a { background-color: rgb(170,153,200); }

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

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

 span { border-color: rgb(170,153,200); }

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