#AA93CD

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

Shades of Biloba Flower #AA93CD

Tints of Biloba Flower #AA93CD

Color information

#AA93CD (or 0xAA93CD) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and CD. RGB value is (170,147,205). Sum of RGB (Red+Green+Blue) = 170+147+205=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA93CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93CD is #556C32. Grayscale: #A0A0A0. Windows color (decimal): -5598259 or 13472682. OLE color: 13472682.

HSL color Cylindrical-coordinate representation of color #AA93CD: hue angle of 263.79º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA93CD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170147205-
CMYK0.170.2800.20
HSL263.79º36.71%69.02%-
HSV(B)263.79º28.29%80.39%-
XYZ38.0333.8262.28-
YUV160.49153.12134.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=32.57%
G=28.16%
B=39.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701472050.170.2800.20263.7936.7169.02
HexAA93CD111C0141082545
Octal252223315213402441045105
Binary10101010100100111100110110001111000101001000010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93CD; }

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

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

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

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

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

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

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

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