#ACACFC

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

Shades of Perano #ACACFC

Tints of Perano #ACACFC

Color information

#ACACFC (or 0xACACFC) is unknown color: approx Perano. HEX triplet: AC, AC and FC. RGB value is (172,172,252). Sum of RGB (Red+Green+Blue) = 172+172+252=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACFC is #535303. Grayscale: #B4B4B4. Windows color (decimal): -5460740 or 16559276. OLE color: 16559276.

HSL color Cylindrical-coordinate representation of color #ACACFC: hue angle of 240º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACACFC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172172252-
CMYK0.320.3200.01
HSL240º93.02%83.14%-
HSV(B)240º31.75%98.82%-
XYZ49.3445.398.24-
YUV181.12168121.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=28.86%
G=28.86%
B=42.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721722520.320.3200.0124093.0283.14
HexACACFC202001f05d53
Octal254254374404001360135123
Binary101011001010110011111100100000100000011111000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACFC; }

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

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

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

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

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

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

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

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