#ACACF1

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

Shades of Perano #ACACF1

Tints of Perano #ACACF1

Color information

#ACACF1 (or 0xACACF1) is unknown color: approx Perano. HEX triplet: AC, AC and F1. RGB value is (172,172,241). Sum of RGB (Red+Green+Blue) = 172+172+241=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACF1 is #53530E. Grayscale: #B3B3B3. Windows color (decimal): -5460751 or 15838380. OLE color: 15838380.

HSL color Cylindrical-coordinate representation of color #ACACF1: hue angle of 240º degrees, saturation: 0.71, 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 #ACACF1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172172241-
CMYK0.290.2900.05
HSL240º71.13%80.98%-
HSV(B)240º28.63%94.51%-
XYZ47.6444.6389.32-
YUV179.87162.5122.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=29.40%
G=29.40%
B=41.20%

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
Decimal1721722410.290.2900.0524071.1380.98
HexACACF11D1D05f04751
Octal254254361353505360107121
Binary101011001010110011110001111011110101011111000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACF1; }

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

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

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

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

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

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

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

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