#AC93C9

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

Shades of Biloba Flower #AC93C9

Tints of Biloba Flower #AC93C9

Color information

#AC93C9 (or 0xAC93C9) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and C9. RGB value is (172,147,201). Sum of RGB (Red+Green+Blue) = 172+147+201=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC93C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93C9 is #536C36. Grayscale: #A0A0A0. Windows color (decimal): -5467191 or 13210540. OLE color: 13210540.

HSL color Cylindrical-coordinate representation of color #AC93C9: hue angle of 267.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC93C9 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172147201-
CMYK0.140.2700.21
HSL267.78º33.33%68.24%-
HSV(B)267.78º26.87%78.82%-
XYZ37.9933.8659.79-
YUV160.63150.78136.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=33.08%
G=28.27%
B=38.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721472010.140.2700.21267.7833.3368.24
HexAC93C9E1B01510c2144
Octal254223311163302541441104
Binary1010110010010011110010011110110110101011000011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93C9; }

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

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

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

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

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

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

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

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