#ACB0F5

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

Shades of Perano #ACB0F5

Tints of Perano #ACB0F5

Color information

#ACB0F5 (or 0xACB0F5) is unknown color: approx Perano. HEX triplet: AC, B0 and F5. RGB value is (172,176,245). Sum of RGB (Red+Green+Blue) = 172+176+245=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACB0F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F5 is #534F0A. Grayscale: #B6B6B6. Windows color (decimal): -5459723 or 16101548. OLE color: 16101548.

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

Color convert

RGB172176245-
CMYK0.300.2800.04
HSL236.71º78.49%81.76%-
HSV(B)236.71º29.8%96.08%-
XYZ49.0246.4192.76-
YUV182.67163.17120.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 245 (96.09% from 255) = 41.32%
R=29.01%
G=29.68%
B=41.32%

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
Decimal1721762450.300.2800.04236.7178.4981.76
HexACB0F51E1C04ed4e52
Octal254260365363404355116122
Binary101011001011000011110101111101110001001110110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0F5; }

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

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

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

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

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

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

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

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