#AA8ACD

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

Shades of Biloba Flower #AA8ACD

Tints of Biloba Flower #AA8ACD

Color information

#AA8ACD (or 0xAA8ACD) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and CD. RGB value is (170,138,205). Sum of RGB (Red+Green+Blue) = 170+138+205=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ACD is #557532. Grayscale: #9A9A9A. Windows color (decimal): -5600563 or 13470378. OLE color: 13470378.

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

Color convert

RGB170138205-
CMYK0.170.3300.20
HSL268.66º40.12%67.25%-
HSV(B)268.66º32.68%80.39%-
XYZ36.6931.1361.83-
YUV155.21156.1138.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=33.14%
G=26.90%
B=39.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701382050.170.3300.20268.6640.1267.25
HexAA8ACD112101410d2843
Octal252212315214102441550103
Binary101010101000101011001101100011000010101001000011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ACD; }

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

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

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

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

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

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

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

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