#AA8DCA

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

Shades of Biloba Flower #AA8DCA

Tints of Biloba Flower #AA8DCA

Color information

#AA8DCA (or 0xAA8DCA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and CA. RGB value is (170,141,202). Sum of RGB (Red+Green+Blue) = 170+141+202=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DCA is #557235. Grayscale: #9C9C9C. Windows color (decimal): -5599798 or 13274538. OLE color: 13274538.

HSL color Cylindrical-coordinate representation of color #AA8DCA: hue angle of 268.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8DCA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170141202-
CMYK0.160.3000.21
HSL268.52º36.53%67.25%-
HSV(B)268.52º30.2%79.22%-
XYZ36.7631.8660.09-
YUV156.62153.61137.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=33.14%
G=27.49%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701412020.160.3000.21268.5236.5367.25
HexAA8DCA101E01510d2543
Octal252215312203602541545103
Binary10101010100011011100101010000111100101011000011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DCA; }

 p { color: rgb(170,141,202); }

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

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

 a { background-color: rgb(170,141,202); }

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

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

 span { border-color: rgb(170,141,202); }

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