#A6ACEC

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

Shades of Perano #A6ACEC

Tints of Perano #A6ACEC

Color information

#A6ACEC (or 0xA6ACEC) is unknown color: approx Perano. HEX triplet: A6, AC and EC. RGB value is (166,172,236). Sum of RGB (Red+Green+Blue) = 166+172+236=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACEC is #595313. Grayscale: #B1B1B1. Windows color (decimal): -5853972 or 15510694. OLE color: 15510694.

HSL color Cylindrical-coordinate representation of color #A6ACEC: hue angle of 234.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ACEC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166172236-
CMYK0.300.2700.07
HSL234.86º64.81%78.82%-
HSV(B)234.86º29.66%92.55%-
XYZ45.6243.6785.38-
YUV177.5161.01119.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=28.92%
G=29.97%
B=41.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661722360.300.2700.07234.8664.8178.82
HexA6ACEC1E1B07eb414f
Octal246254354363307353101117
Binary101001101010110011101100111101101101111110101110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACEC; }

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

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

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

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

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

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

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

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