#AA9ADC

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

Shades of Biloba Flower #AA9ADC

Tints of Biloba Flower #AA9ADC

Color information

#AA9ADC (or 0xAA9ADC) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and DC. RGB value is (170,154,220). Sum of RGB (Red+Green+Blue) = 170+154+220=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADC is #556523. Grayscale: #A6A6A6. Windows color (decimal): -5596452 or 14457514. OLE color: 14457514.

HSL color Cylindrical-coordinate representation of color #AA9ADC: hue angle of 254.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9ADC is Cyan = 0.23, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170154220-
CMYK0.230.300.14
HSL254.55º48.53%73.33%-
HSV(B)254.55º30%86.27%-
XYZ41.0536.8272.65-
YUV166.31158.3130.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=31.25%
G=28.31%
B=40.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701542200.230.300.14254.5548.5373.33
HexAA9ADC171E0Eff3149
Octal252232334273601637761111
Binary101010101001101011011100101111111001110111111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ADC; }

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

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

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

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

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

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

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

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