#ACADFA

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

Shades of Perano #ACADFA

Tints of Perano #ACADFA

Color information

#ACADFA (or 0xACADFA) is unknown color: approx Perano. HEX triplet: AC, AD and FA. RGB value is (172,173,250). Sum of RGB (Red+Green+Blue) = 172+173+250=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADFA is #535205. Grayscale: #B5B5B5. Windows color (decimal): -5460486 or 16428460. OLE color: 16428460.

HSL color Cylindrical-coordinate representation of color #ACADFA: hue angle of 239.23º degrees, saturation: 0.89, 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 #ACADFA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172173250-
CMYK0.310.3100.02
HSL239.23º88.64%82.75%-
HSV(B)239.23º31.2%98.04%-
XYZ49.2145.5696.64-
YUV181.48166.67121.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=28.91%
G=29.08%
B=42.02%

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
Decimal1721732500.310.3100.02239.2388.6482.75
HexACADFA1F1F02ef5953
Octal254255372373702357131123
Binary10101100101011011111101011111111110101110111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADFA; }

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

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

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

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

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

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

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

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