#AA9CE4

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

Shades of Biloba Flower #AA9CE4

Tints of Biloba Flower #AA9CE4

Color information

#AA9CE4 (or 0xAA9CE4) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and E4. RGB value is (170,156,228). Sum of RGB (Red+Green+Blue) = 170+156+228=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA9CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CE4 is #55631B. Grayscale: #A8A8A8. Windows color (decimal): -5595932 or 14982314. OLE color: 14982314.

HSL color Cylindrical-coordinate representation of color #AA9CE4: hue angle of 251.67º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9CE4 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170156228-
CMYK0.250.3200.11
HSL251.67º57.14%75.29%-
HSV(B)251.67º31.58%89.41%-
XYZ42.4737.9278.48-
YUV168.39161.64129.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=30.69%
G=28.16%
B=41.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701562280.250.3200.11251.6757.1475.29
HexAA9CE419200Bfc394b
Octal252234344314001337471113
Binary1010101010011100111001001100110000001011111111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CE4; }

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

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

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

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

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

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

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

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