#ACACE9

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

Shades of Perano #ACACE9

Tints of Perano #ACACE9

Color information

#ACACE9 (or 0xACACE9) is unknown color: approx Perano. HEX triplet: AC, AC and E9. RGB value is (172,172,233). Sum of RGB (Red+Green+Blue) = 172+172+233=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACE9 is #535316. Grayscale: #B2B2B2. Windows color (decimal): -5460759 or 15314092. OLE color: 15314092.

HSL color Cylindrical-coordinate representation of color #ACACE9: hue angle of 240º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACACE9 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172172233-
CMYK0.260.2600.09
HSL240º58.1%79.41%-
HSV(B)240º26.18%91.37%-
XYZ46.4744.1683.16-
YUV178.95158.5123.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=29.81%
G=29.81%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721722330.260.2600.0924058.179.41
HexACACE91A1A09f03a4f
Octal254254351323201136072117
Binary101011001010110011101001110101101001001111100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACE9; }

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

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

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

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

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

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

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

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