#ACADF9

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

Shades of Perano #ACADF9

Tints of Perano #ACADF9

Color information

#ACADF9 (or 0xACADF9) is unknown color: approx Perano. HEX triplet: AC, AD and F9. RGB value is (172,173,249). Sum of RGB (Red+Green+Blue) = 172+173+249=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF9 is #535206. Grayscale: #B5B5B5. Windows color (decimal): -5460487 or 16362924. OLE color: 16362924.

HSL color Cylindrical-coordinate representation of color #ACADF9: hue angle of 239.22º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACADF9 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172173249-
CMYK0.310.3100.02
HSL239.22º86.52%82.55%-
HSV(B)239.22º30.92%97.65%-
XYZ49.0645.595.82-
YUV181.36166.17121.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=28.96%
G=29.12%
B=41.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721732490.310.3100.02239.2286.5282.55
HexACADF91F1F02ef5753
Octal254255371373702357127123
Binary10101100101011011111100111111111110101110111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADF9; }

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

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

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

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

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

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

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

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