#AC93D7

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

Shades of Biloba Flower #AC93D7

Tints of Biloba Flower #AC93D7

Color information

#AC93D7 (or 0xAC93D7) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and D7. RGB value is (172,147,215). Sum of RGB (Red+Green+Blue) = 172+147+215=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC93D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93D7 is #536C28. Grayscale: #A1A1A1. Windows color (decimal): -5467177 or 14128044. OLE color: 14128044.

HSL color Cylindrical-coordinate representation of color #AC93D7: hue angle of 262.06º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC93D7 is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172147215-
CMYK0.20.3200.16
HSL262.06º45.95%70.98%-
HSV(B)262.06º31.63%84.31%-
XYZ39.7134.5468.86-
YUV162.23157.78134.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=32.21%
G=27.53%
B=40.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721472150.20.3200.16262.0645.9570.98
HexAC93D714200101062e47
Octal254223327244002040656107
Binary101011001001001111010111101001000000100001000001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93D7; }

 p { color: rgb(172,147,215); }

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

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

 a { background-color: rgb(172,147,215); }

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

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

 span { border-color: rgb(172,147,215); }

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