#AA8CD1

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

Shades of Biloba Flower #AA8CD1

Tints of Biloba Flower #AA8CD1

Color information

#AA8CD1 (or 0xAA8CD1) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and D1. RGB value is (170,140,209). Sum of RGB (Red+Green+Blue) = 170+140+209=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA8CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CD1 is #55732E. Grayscale: #9C9C9C. Windows color (decimal): -5600047 or 13733034. OLE color: 13733034.

HSL color Cylindrical-coordinate representation of color #AA8CD1: hue angle of 266.09º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8CD1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170140209-
CMYK0.190.3300.18
HSL266.09º42.86%68.43%-
HSV(B)266.09º33.01%81.96%-
XYZ37.4631.9164.51-
YUV156.84157.44137.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=32.76%
G=26.97%
B=40.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701402090.190.3300.18266.0942.8668.43
HexAA8CD1132101210a2b44
Octal252214321234102241253104
Binary101010101000110011010001100111000010100101000010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CD1; }

 p { color: rgb(170,140,209); }

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

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

 a { background-color: rgb(170,140,209); }

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

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

 span { border-color: rgb(170,140,209); }

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