#ACB1F5

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

Shades of Perano #ACB1F5

Tints of Perano #ACB1F5

Color information

#ACB1F5 (or 0xACB1F5) is unknown color: approx Perano. HEX triplet: AC, B1 and F5. RGB value is (172,177,245). Sum of RGB (Red+Green+Blue) = 172+177+245=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACB1F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1F5 is #534E0A. Grayscale: #B6B6B6. Windows color (decimal): -5459467 or 16101804. OLE color: 16101804.

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

Color convert

RGB172177245-
CMYK0.300.2800.04
HSL235.89º78.49%81.76%-
HSV(B)235.89º29.8%96.08%-
XYZ49.2246.8192.83-
YUV183.26162.84119.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 177 (69.53% from 255) = 29.80%
BLUE value IS 245 (96.09% from 255) = 41.25%
R=28.96%
G=29.80%
B=41.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721772450.300.2800.04235.8978.4981.76
HexACB1F51E1C04ec4e52
Octal254261365363404354116122
Binary101011001011000111110101111101110001001110110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1F5; }

 p { color: rgb(172,177,245); }

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

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

 a { background-color: rgb(172,177,245); }

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

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

 span { border-color: rgb(172,177,245); }

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