#ACAFDC

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

Shades of Perano #ACAFDC

Tints of Perano #ACAFDC

Color information

#ACAFDC (or 0xACAFDC) is unknown color: approx Perano. HEX triplet: AC, AF and DC. RGB value is (172,175,220). Sum of RGB (Red+Green+Blue) = 172+175+220=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFDC is #535023. Grayscale: #B3B3B3. Windows color (decimal): -5460004 or 14462892. OLE color: 14462892.

HSL color Cylindrical-coordinate representation of color #ACAFDC: hue angle of 236.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACAFDC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172175220-
CMYK0.220.2000.14
HSL236.25º40.68%76.86%-
HSV(B)236.25º21.82%86.27%-
XYZ45.2644.673.93-
YUV179.23151.01122.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=30.34%
G=30.86%
B=38.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721752200.220.2000.14236.2540.6876.86
HexACAFDC16140Eec294d
Octal254257334262401635451115
Binary101011001010111111011100101101010001110111011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFDC; }

 p { color: rgb(172,175,220); }

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

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

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

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

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

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

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