#AA93CF

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

Shades of Biloba Flower #AA93CF

Tints of Biloba Flower #AA93CF

Color information

#AA93CF (or 0xAA93CF) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and CF. RGB value is (170,147,207). Sum of RGB (Red+Green+Blue) = 170+147+207=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93CF is #556C30. Grayscale: #A0A0A0. Windows color (decimal): -5598257 or 13603754. OLE color: 13603754.

HSL color Cylindrical-coordinate representation of color #AA93CF: hue angle of 263º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA93CF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170147207-
CMYK0.180.2900.19
HSL263º38.46%69.41%-
HSV(B)263º28.99%81.18%-
XYZ38.2733.9263.56-
YUV160.72154.12134.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=32.44%
G=28.05%
B=39.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701472070.180.2900.1926338.4669.41
HexAA93CF121D0131072645
Octal252223317223502340746105
Binary10101010100100111100111110010111010100111000001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93CF; }

 p { color: rgb(170,147,207); }

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

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

 a { background-color: rgb(170,147,207); }

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

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

 span { border-color: rgb(170,147,207); }

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