#ACACE2

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

Shades of Perano #ACACE2

Tints of Perano #ACACE2

Color information

#ACACE2 (or 0xACACE2) is unknown color: approx Perano. HEX triplet: AC, AC and E2. RGB value is (172,172,226). Sum of RGB (Red+Green+Blue) = 172+172+226=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACE2 is #53531D. Grayscale: #B1B1B1. Windows color (decimal): -5460766 or 14855340. OLE color: 14855340.

HSL color Cylindrical-coordinate representation of color #ACACE2: hue angle of 240º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACACE2 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172172226-
CMYK0.240.2400.11
HSL240º48.21%78.04%-
HSV(B)240º23.89%88.63%-
XYZ45.4943.7778-
YUV178.16155123.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=30.18%
G=30.18%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721722260.240.2400.1124048.2178.04
HexACACE218180Bf0304e
Octal254254342303001336060116
Binary101011001010110011100010110001100001011111100001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACE2; }

 p { color: rgb(172,172,226); }

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

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

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

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

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

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

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