#AA9CD5

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

Shades of Biloba Flower #AA9CD5

Tints of Biloba Flower #AA9CD5

Color information

#AA9CD5 (or 0xAA9CD5) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and D5. RGB value is (170,156,213). Sum of RGB (Red+Green+Blue) = 170+156+213=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA9CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CD5 is #55632A. Grayscale: #A6A6A6. Windows color (decimal): -5595947 or 13999274. OLE color: 13999274.

HSL color Cylindrical-coordinate representation of color #AA9CD5: hue angle of 254.74º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA9CD5 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170156213-
CMYK0.200.2700.16
HSL254.74º40.43%72.35%-
HSV(B)254.74º26.76%83.53%-
XYZ40.4837.1367.98-
YUV166.68154.14130.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=31.54%
G=28.94%
B=39.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701562130.200.2700.16254.7440.4372.35
HexAA9CD5141B010ff2848
Octal252234325243302037750110
Binary1010101010011100110101011010011011010000111111111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CD5; }

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

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

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

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

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

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

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

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