#A7ACEC

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

Shades of Perano #A7ACEC

Tints of Perano #A7ACEC

Color information

#A7ACEC (or 0xA7ACEC) is unknown color: approx Perano. HEX triplet: A7, AC and EC. RGB value is (167,172,236). Sum of RGB (Red+Green+Blue) = 167+172+236=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ACEC is #585313. Grayscale: #B1B1B1. Windows color (decimal): -5788436 or 15510695. OLE color: 15510695.

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

Color convert

RGB167172236-
CMYK0.290.2700.07
HSL235.65º64.49%79.02%-
HSV(B)235.65º29.24%92.55%-
XYZ45.8343.7885.39-
YUV177.8160.84120.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=29.04%
G=29.91%
B=41.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671722360.290.2700.07235.6564.4979.02
HexA7ACEC1D1B07ec404f
Octal247254354353307354100117
Binary101001111010110011101100111011101101111110110010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACEC; }

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

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

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

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

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

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

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

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