#ACACF3

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

Shades of Perano #ACACF3

Tints of Perano #ACACF3

Color information

#ACACF3 (or 0xACACF3) is unknown color: approx Perano. HEX triplet: AC, AC and F3. RGB value is (172,172,243). Sum of RGB (Red+Green+Blue) = 172+172+243=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACF3 is #53530C. Grayscale: #B3B3B3. Windows color (decimal): -5460749 or 15969452. OLE color: 15969452.

HSL color Cylindrical-coordinate representation of color #ACACF3: hue angle of 240º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACACF3 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172172243-
CMYK0.290.2900.05
HSL240º74.74%81.37%-
HSV(B)240º29.22%95.29%-
XYZ47.9444.7590.9-
YUV180.09163.5122.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=29.30%
G=29.30%
B=41.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721722430.290.2900.0524074.7481.37
HexACACF31D1D05f04b51
Octal254254363353505360113121
Binary101011001010110011110011111011110101011111000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACF3; }

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

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

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

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

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

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

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

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