#AC93C8

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

Shades of Biloba Flower #AC93C8

Tints of Biloba Flower #AC93C8

Color information

#AC93C8 (or 0xAC93C8) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and C8. RGB value is (172,147,200). Sum of RGB (Red+Green+Blue) = 172+147+200=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC93C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93C8 is #536C37. Grayscale: #A0A0A0. Windows color (decimal): -5467192 or 13145004. OLE color: 13145004.

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

Color convert

RGB172147200-
CMYK0.140.2600.22
HSL268.3º32.52%68.04%-
HSV(B)268.3º26.5%78.43%-
XYZ37.8733.8159.17-
YUV160.52150.28136.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=33.14%
G=28.32%
B=38.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721472000.140.2600.22268.332.5268.04
HexAC93C8E1A01610c2144
Octal254223310163202641441104
Binary1010110010010011110010001110110100101101000011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93C8; }

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

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

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

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

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

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

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

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