#ACADF3

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

Shades of Perano #ACADF3

Tints of Perano #ACADF3

Color information

#ACADF3 (or 0xACADF3) is unknown color: approx Perano. HEX triplet: AC, AD and F3. RGB value is (172,173,243). Sum of RGB (Red+Green+Blue) = 172+173+243=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF3 is #53520C. Grayscale: #B4B4B4. Windows color (decimal): -5460493 or 15969708. OLE color: 15969708.

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

Color convert

RGB172173243-
CMYK0.290.2900.05
HSL239.15º74.74%81.37%-
HSV(B)239.15º29.22%95.29%-
XYZ48.1345.1390.97-
YUV180.68163.17121.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=29.25%
G=29.42%
B=41.33%

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
Decimal1721732430.290.2900.05239.1574.7481.37
HexACADF31D1D05ef4b51
Octal254255363353505357113121
Binary101011001010110111110011111011110101011110111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADF3; }

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

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

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

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

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

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

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

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