#AA95E4

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

Shades of Biloba Flower #AA95E4

Tints of Biloba Flower #AA95E4

Color information

#AA95E4 (or 0xAA95E4) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and E4. RGB value is (170,149,228). Sum of RGB (Red+Green+Blue) = 170+149+228=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA95E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95E4 is #556A1B. Grayscale: #A3A3A3. Windows color (decimal): -5597724 or 14980522. OLE color: 14980522.

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

Color convert

RGB170149228-
CMYK0.250.3500.11
HSL255.95º59.4%73.92%-
HSV(B)255.95º34.65%89.41%-
XYZ41.3335.6478.1-
YUV164.28163.96132.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=31.08%
G=27.24%
B=41.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701492280.250.3500.11255.9559.473.92
HexAA95E419230B1003b4a
Octal252225344314301340073112
Binary10101010100101011110010011001100011010111000000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95E4; }

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

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

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

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

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

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

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

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