#AA8BCE

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

Shades of Biloba Flower #AA8BCE

Tints of Biloba Flower #AA8BCE

Color information

#AA8BCE (or 0xAA8BCE) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and CE. RGB value is (170,139,206). Sum of RGB (Red+Green+Blue) = 170+139+206=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCE is #557431. Grayscale: #9B9B9B. Windows color (decimal): -5600306 or 13536170. OLE color: 13536170.

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

Color convert

RGB170139206-
CMYK0.170.3300.19
HSL267.76º40.61%67.65%-
HSV(B)267.76º32.52%80.78%-
XYZ36.9531.4762.52-
YUV155.91156.27138.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 206 (80.86% from 255) = 40%
R=33.01%
G=26.99%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701392060.170.3300.19267.7640.6167.65
HexAA8BCE112101310c2944
Octal252213316214102341451104
Binary101010101000101111001110100011000010100111000011001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BCE; }

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

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

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

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

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

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

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

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