#ACB0FF

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

Shades of Perano #ACB0FF

Tints of Perano #ACB0FF

Color information

#ACB0FF (or 0xACB0FF) is unknown color: approx Perano. HEX triplet: AC, B0 and FF. RGB value is (172,176,255). Sum of RGB (Red+Green+Blue) = 172+176+255=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0FF is #534F00. Grayscale: #B7B7B7. Windows color (decimal): -5459713 or 16756908. OLE color: 16756908.

HSL color Cylindrical-coordinate representation of color #ACB0FF: hue angle of 237.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB0FF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172176255-
CMYK0.330.3100
HSL237.11º100%83.73%-
HSV(B)237.11º32.55%100%-
XYZ50.5947.04101.02-
YUV183.81168.17119.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 255 (100% from 255) = 42.29%
R=28.52%
G=29.19%
B=42.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721762550.330.3100237.1110083.73
HexACB0FF211F00ed6454
Octal254260377413700355144124
Binary10101100101100001111111110000111111001110110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0FF; }

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

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

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

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

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

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

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

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