#ACB0F7

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

Shades of Perano #ACB0F7

Tints of Perano #ACB0F7

Color information

#ACB0F7 (or 0xACB0F7) is unknown color: approx Perano. HEX triplet: AC, B0 and F7. RGB value is (172,176,247). Sum of RGB (Red+Green+Blue) = 172+176+247=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACB0F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F7 is #534F08. Grayscale: #B6B6B6. Windows color (decimal): -5459721 or 16232620. OLE color: 16232620.

HSL color Cylindrical-coordinate representation of color #ACB0F7: hue angle of 236.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB0F7 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172176247-
CMYK0.300.2900.03
HSL236.8º82.42%82.16%-
HSV(B)236.8º30.36%96.86%-
XYZ49.3346.5494.38-
YUV182.9164.17120.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 247 (96.88% from 255) = 41.51%
R=28.91%
G=29.58%
B=41.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721762470.300.2900.03236.882.4282.16
HexACB0F71E1D03ed5252
Octal254260367363503355122122
Binary10101100101100001111011111110111010111110110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0F7; }

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

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

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

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

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

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

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

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