#ACADF4

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

Shades of Perano #ACADF4

Tints of Perano #ACADF4

Color information

#ACADF4 (or 0xACADF4) is unknown color: approx Perano. HEX triplet: AC, AD and F4. RGB value is (172,173,244). Sum of RGB (Red+Green+Blue) = 172+173+244=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACADF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF4 is #53520B. Grayscale: #B4B4B4. Windows color (decimal): -5460492 or 16035244. OLE color: 16035244.

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

Color convert

RGB172173244-
CMYK0.300.2900.04
HSL239.17º76.6%81.57%-
HSV(B)239.17º29.51%95.69%-
XYZ48.2945.1991.77-
YUV180.8163.67121.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=29.20%
G=29.37%
B=41.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721732440.300.2900.04239.1776.681.57
HexACADF41E1D04ef4d52
Octal254255364363504357115122
Binary101011001010110111110100111101110101001110111110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADF4; }

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

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

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

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

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

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

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

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