#ACACE1

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

Shades of Perano #ACACE1

Tints of Perano #ACACE1

Color information

#ACACE1 (or 0xACACE1) is unknown color: approx Perano. HEX triplet: AC, AC and E1. RGB value is (172,172,225). Sum of RGB (Red+Green+Blue) = 172+172+225=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACE1 is #53531E. Grayscale: #B1B1B1. Windows color (decimal): -5460767 or 14789804. OLE color: 14789804.

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

Color convert

RGB172172225-
CMYK0.240.2400.12
HSL240º46.9%77.84%-
HSV(B)240º23.56%88.24%-
XYZ45.3643.7177.28-
YUV178.04154.5123.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=30.23%
G=30.23%
B=39.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721722250.240.2400.1224046.977.84
HexACACE118180Cf02f4e
Octal254254341303001436057116
Binary101011001010110011100001110001100001100111100001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACE1; }

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

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

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

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

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

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

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

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