#ACACE4

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

Shades of Perano #ACACE4

Tints of Perano #ACACE4

Color information

#ACACE4 (or 0xACACE4) is unknown color: approx Perano. HEX triplet: AC, AC and E4. RGB value is (172,172,228). Sum of RGB (Red+Green+Blue) = 172+172+228=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACE4 is #53531B. Grayscale: #B2B2B2. Windows color (decimal): -5460764 or 14986412. OLE color: 14986412.

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

Color convert

RGB172172228-
CMYK0.250.2500.11
HSL240º50.91%78.43%-
HSV(B)240º24.56%89.41%-
XYZ45.7743.8879.46-
YUV178.38156123.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=30.07%
G=30.07%
B=39.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721722280.250.2500.1124050.9178.43
HexACACE419190Bf0334e
Octal254254344313101336063116
Binary101011001010110011100100110011100101011111100001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACE4; }

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

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

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

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

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

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

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

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