#AC93CE

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

Shades of Biloba Flower #AC93CE

Tints of Biloba Flower #AC93CE

Color information

#AC93CE (or 0xAC93CE) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and CE. RGB value is (172,147,206). Sum of RGB (Red+Green+Blue) = 172+147+206=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC93CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93CE is #536C31. Grayscale: #A0A0A0. Windows color (decimal): -5467186 or 13538220. OLE color: 13538220.

HSL color Cylindrical-coordinate representation of color #AC93CE: hue angle of 265.42º 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 #AC93CE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172147206-
CMYK0.170.2900.19
HSL265.42º37.58%69.22%-
HSV(B)265.42º28.64%80.78%-
XYZ38.5934.0962.94-
YUV161.2153.28135.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=32.76%
G=28%
B=39.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721472060.170.2900.19265.4237.5869.22
HexAC93CE111D0131092645
Octal254223316213502341146105
Binary10101100100100111100111010001111010100111000010011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93CE; }

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

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

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

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

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

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

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

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