#ACADF6

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

Shades of Perano #ACADF6

Tints of Perano #ACADF6

Color information

#ACADF6 (or 0xACADF6) is unknown color: approx Perano. HEX triplet: AC, AD and F6. RGB value is (172,173,246). Sum of RGB (Red+Green+Blue) = 172+173+246=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF6 is #535209. Grayscale: #B4B4B4. Windows color (decimal): -5460490 or 16166316. OLE color: 16166316.

HSL color Cylindrical-coordinate representation of color #ACADF6: hue angle of 239.19º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACADF6 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172173246-
CMYK0.300.3000.04
HSL239.19º80.43%81.96%-
HSV(B)239.19º30.08%96.47%-
XYZ48.5945.3193.37-
YUV181.02164.67121.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=29.10%
G=29.27%
B=41.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721732460.300.3000.04239.1980.4381.96
HexACADF61E1E04ef5052
Octal254255366363604357120122
Binary101011001010110111110110111101111001001110111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADF6; }

 p { color: rgb(172,173,246); }

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

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

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

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

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

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

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