#AA8BCD

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

Shades of Biloba Flower #AA8BCD

Tints of Biloba Flower #AA8BCD

Color information

#AA8BCD (or 0xAA8BCD) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and CD. RGB value is (170,139,205). Sum of RGB (Red+Green+Blue) = 170+139+205=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCD is #557432. Grayscale: #9B9B9B. Windows color (decimal): -5600307 or 13470634. OLE color: 13470634.

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

Color convert

RGB170139205-
CMYK0.170.3200.20
HSL268.18º39.76%67.45%-
HSV(B)268.18º32.2%80.39%-
XYZ36.8331.4261.88-
YUV155.79155.77138.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=33.07%
G=27.04%
B=39.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701392050.170.3200.20268.1839.7667.45
HexAA8BCD112001410c2843
Octal252213315214002441450103
Binary101010101000101111001101100011000000101001000011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BCD; }

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

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

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

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

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

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

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

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