#AA9CEB

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

Shades of Biloba Flower #AA9CEB

Tints of Biloba Flower #AA9CEB

Color information

#AA9CEB (or 0xAA9CEB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and EB. RGB value is (170,156,235). Sum of RGB (Red+Green+Blue) = 170+156+235=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CEB is #556314. Grayscale: #A8A8A8. Windows color (decimal): -5595925 or 15441066. OLE color: 15441066.

HSL color Cylindrical-coordinate representation of color #AA9CEB: hue angle of 250.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA9CEB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170156235-
CMYK0.280.3400.08
HSL250.63º66.39%76.67%-
HSV(B)250.63º33.62%92.16%-
XYZ43.4638.3283.7-
YUV169.19165.14128.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=30.30%
G=27.81%
B=41.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701562350.280.3400.08250.6366.3976.67
HexAA9CEB1C2208fb424d
Octal2522343533442010373102115
Binary10101010100111001110101111100100010010001111101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CEB; }

 p { color: rgb(170,156,235); }

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

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

 a { background-color: rgb(170,156,235); }

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

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

 span { border-color: rgb(170,156,235); }

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