#AA9ACD

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

Shades of Biloba Flower #AA9ACD

Tints of Biloba Flower #AA9ACD

Color information

#AA9ACD (or 0xAA9ACD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and CD. RGB value is (170,154,205). Sum of RGB (Red+Green+Blue) = 170+154+205=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ACD is #556532. Grayscale: #A4A4A4. Windows color (decimal): -5596467 or 13474474. OLE color: 13474474.

HSL color Cylindrical-coordinate representation of color #AA9ACD: hue angle of 258.82º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9ACD is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170154205-
CMYK0.170.2500.20
HSL258.82º33.77%70.39%-
HSV(B)258.82º24.88%80.39%-
XYZ39.1536.0762.66-
YUV164.6150.8131.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=32.14%
G=29.11%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701542050.170.2500.20258.8233.7770.39
HexAA9ACD11190141032246
Octal252232315213102440342106
Binary10101010100110101100110110001110010101001000000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ACD; }

 p { color: rgb(170,154,205); }

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

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

 a { background-color: rgb(170,154,205); }

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

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

 span { border-color: rgb(170,154,205); }

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