#AA9FCD

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

Shades of Biloba Flower #AA9FCD

Tints of Biloba Flower #AA9FCD

Color information

#AA9FCD (or 0xAA9FCD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and CD. RGB value is (170,159,205). Sum of RGB (Red+Green+Blue) = 170+159+205=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FCD is #556032. Grayscale: #A7A7A7. Windows color (decimal): -5595187 or 13475754. OLE color: 13475754.

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

Color convert

RGB170159205-
CMYK0.170.2200.20
HSL254.35º31.51%71.37%-
HSV(B)254.35º22.44%80.39%-
XYZ4037.7562.94-
YUV167.53149.14129.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=31.84%
G=29.78%
B=38.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701592050.170.2200.20254.3531.5171.37
HexAA9FCD1116014fe2047
Octal252237315212602437640107
Binary1010101010011111110011011000110110010100111111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FCD; }

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

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

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

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

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

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

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

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