#ACB3F1

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

Shades of Perano #ACB3F1

Tints of Perano #ACB3F1

Color information

#ACB3F1 (or 0xACB3F1) is unknown color: approx Perano. HEX triplet: AC, B3 and F1. RGB value is (172,179,241). Sum of RGB (Red+Green+Blue) = 172+179+241=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3F1 is #534C0E. Grayscale: #B7B7B7. Windows color (decimal): -5458959 or 15840172. OLE color: 15840172.

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

Color convert

RGB172179241-
CMYK0.290.2600.05
HSL233.91º71.13%80.98%-
HSV(B)233.91º28.63%94.51%-
XYZ49.0147.3689.78-
YUV183.97160.18119.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 241 (94.53% from 255) = 40.71%
R=29.05%
G=30.24%
B=40.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721792410.290.2600.05233.9171.1380.98
HexACB3F11D1A05ea4751
Octal254263361353205352107121
Binary101011001011001111110001111011101001011110101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3F1; }

 p { color: rgb(172,179,241); }

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

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

 a { background-color: rgb(172,179,241); }

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

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

 span { border-color: rgb(172,179,241); }

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