#AC85EC

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

Shades of Biloba Flower #AC85EC

Tints of Biloba Flower #AC85EC

Color information

#AC85EC (or 0xAC85EC) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and EC. RGB value is (172,133,236). Sum of RGB (Red+Green+Blue) = 172+133+236=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85EC is #537A13. Grayscale: #9C9C9C. Windows color (decimal): -5470740 or 15500716. OLE color: 15500716.

HSL color Cylindrical-coordinate representation of color #AC85EC: hue angle of 262.72º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC85EC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172133236-
CMYK0.270.4400.07
HSL262.72º73.05%72.35%-
HSV(B)262.72º43.64%92.55%-
XYZ40.5431.683.32-
YUV156.4172.92139.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=31.79%
G=24.58%
B=43.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721332360.270.4400.07262.7273.0572.35
HexAC85EC1B2C071074948
Octal254205354335407407111110
Binary10101100100001011110110011011101100011110000011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85EC; }

 p { color: rgb(172,133,236); }

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

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

 a { background-color: rgb(172,133,236); }

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

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

 span { border-color: rgb(172,133,236); }

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