#AA8CD0

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

Shades of Biloba Flower #AA8CD0

Tints of Biloba Flower #AA8CD0

Color information

#AA8CD0 (or 0xAA8CD0) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and D0. RGB value is (170,140,208). Sum of RGB (Red+Green+Blue) = 170+140+208=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA8CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CD0 is #55732F. Grayscale: #9C9C9C. Windows color (decimal): -5600048 or 13667498. OLE color: 13667498.

HSL color Cylindrical-coordinate representation of color #AA8CD0: hue angle of 266.47º degrees, saturation: 0.42, 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 #AA8CD0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170140208-
CMYK0.180.3300.18
HSL266.47º41.98%68.24%-
HSV(B)266.47º32.69%81.57%-
XYZ37.3431.8663.86-
YUV156.72156.94137.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=32.82%
G=27.03%
B=40.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701402080.180.3300.18266.4741.9868.24
HexAA8CD0122101210a2a44
Octal252214320224102241252104
Binary101010101000110011010000100101000010100101000010101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CD0; }

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

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

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

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

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

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

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

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